nnn: 4.8 -> 4.9
This commit is contained in:
parent
e809e50c88
commit
dccf937eaa
@ -108,7 +108,7 @@ drwxrwxr-x root/root usr/share/nnn/plugins/
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/x2sel
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/xdgdefault
|
||||
drwxr-xr-x root/root usr/share/nnn/quitcd/
|
||||
-rw-r--r-- root/root usr/share/nnn/quitcd/quitcd.bash_zsh
|
||||
-rw-r--r-- root/root usr/share/nnn/quitcd/quitcd.bash_sh_zsh
|
||||
-rw-r--r-- root/root usr/share/nnn/quitcd/quitcd.csh
|
||||
-rw-r--r-- root/root usr/share/nnn/quitcd/quitcd.elv
|
||||
-rw-r--r-- root/root usr/share/nnn/quitcd/quitcd.fish
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30VJeIeKGbrA1aVA+ECEZjtrM7d05YdxSnfGjDdKLWtdyX2gjSiNyNgpEC481Z0OGvv/6Vec0Fi476i+Jzce3ws=
|
||||
SHA256 (Pkgfile) = d9eacd7e85fe92371bf83c1ddb216a1ce116228d09d9b7a400f31ae2a793d3dc
|
||||
SHA256 (.footprint) = 6c494b2567d97ba1d63d60cacb999dc6f4b0361a29ee417e7bd6de49db3b24a7
|
||||
SHA256 (nnn-v4.8.tar.gz) = 7027f830329ff3451b844d1f5fbeb1d866bed1af6f24a360d5c51888cb1ae8f0
|
||||
RWSagIOpLGJF39/uhKfmeyPA5pkvBfDRcb8gHOs6aabQPNlyMr7hyfMxRDGgHanQ2fJEMU3L9qLNGlf/d0okwOE+VV4IU2vGQAE=
|
||||
SHA256 (Pkgfile) = 6ee4699c0e4d7fbe6f073a79b28c69cd76957b9c064a55a795d3cf372109f5bd
|
||||
SHA256 (.footprint) = c73a3cdec56ebff9ae7b15d868d50886c051f460e1193bd01ad045106b65cab2
|
||||
SHA256 (nnn-v4.9.tar.gz) = 2b15dc7ae7b8ec6d838569dddebae928a161e6f06a02bd1ed67571c822bb0a35
|
||||
|
14
nnn/Pkgfile
14
nnn/Pkgfile
@ -1,11 +1,11 @@
|
||||
# Description: Tiny, lightning fast, feature-packed file manager
|
||||
# URL: https://github.com/jarun/nnn
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: ncurses readline
|
||||
# Optional: patool mediainfo icons-in-terminal
|
||||
# Depends on: readline
|
||||
# Optional: git icons-in-terminal mediainfo patool
|
||||
|
||||
name=nnn
|
||||
version=4.8
|
||||
version=4.9
|
||||
release=1
|
||||
source=(https://github.com/jarun/nnn/releases/download/v$version/$name-v$version.tar.gz)
|
||||
|
||||
@ -16,8 +16,14 @@ build() {
|
||||
|
||||
# build with icons support if contrib/icons-in-terminal is installed
|
||||
prt-get isinst icons-in-terminal && PKGMK_NNN+=' O_ICONS=1'
|
||||
prt-get isinst git && PKGMK_NNN+=' O_GITSTATUS=1'
|
||||
prt-get listinst ttf*nerd* && PKGMK_NNN+=' O_NERD=1'
|
||||
|
||||
make $PKGMK_NNN \
|
||||
O_NOX11=1 \
|
||||
O_RESTOREPREVIEW=1 \
|
||||
O_NOLC=0
|
||||
|
||||
make $PKGMK_NNN
|
||||
make DESTDIR=$PKG PREFIX=/usr install
|
||||
make DESTDIR=$PKG PREFIX=/usr install-desktop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user