nnn: update to 2.6.
This commit is contained in:
parent
b6093f552b
commit
ea4708122d
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nnn'
|
# Template file for 'nnn'
|
||||||
pkgname=nnn
|
pkgname=nnn
|
||||||
version=2.5
|
version=2.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,8 +11,15 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/jarun/nnn"
|
homepage="https://github.com/jarun/nnn"
|
||||||
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
|
||||||
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
||||||
checksum=3636f172a024de5c12420a80dbe3d006d42b5e0a17e70a527963c864af22655c
|
checksum=17fd3e517308e41065594ffe8dcde348b4d10dea4240699f4708337db48b3e25
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vinstall misc/auto-completion/bash/nnn-completion.bash 644 \
|
||||||
|
usr/share/bash-completion/completions nnn
|
||||||
|
vinstall misc/auto-completion/zsh/_nnn 644 \
|
||||||
|
usr/share/zsh/site-functions
|
||||||
|
vinstall misc/auto-completion/fish/nnn.fish 644 \
|
||||||
|
usr/share/fish/completions
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue