diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/nnn/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/nnn/MAKEPKG')
| -rw-r--r-- | opt/nnn/MAKEPKG | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/opt/nnn/MAKEPKG b/opt/nnn/MAKEPKG new file mode 100644 index 0000000..6693dcb --- /dev/null +++ b/opt/nnn/MAKEPKG @@ -0,0 +1,25 @@ +#!/bin/mkpkg +# description="Terminal file browser with heavy customization" +# url="https://github.com/jarun/nnn" + +name=nnn +version=5.3 +release=1 +depends=(ncurses) +makedeps=(musl-fts) +source=("https://github.com/jarun/nnn/releases/download/v${version}/nnn-v${version}.tar.gz") +sha256sums=( + "c626d57d0aaa5effe04a7e8c24ec9000bc3aca012461b821ecd3c81f5131bb6d" +) + +build() { + cd "nnn-${version}" + make PREFIX=/usr O_NOX11=1 + make PREFIX=/usr DESTDIR="$PKG" install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + |
