mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
nnn: install fish completion to vendor_completions.d
This commit is contained in:
parent
819fefd591
commit
82a28dbd35
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nnn'
|
# Template file for 'nnn'
|
||||||
pkgname=nnn
|
pkgname=nnn
|
||||||
version=3.0
|
version=3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
|
@ -19,7 +19,7 @@ post_install() {
|
||||||
vinstall misc/auto-completion/zsh/_nnn 644 \
|
vinstall misc/auto-completion/zsh/_nnn 644 \
|
||||||
usr/share/zsh/site-functions
|
usr/share/zsh/site-functions
|
||||||
vinstall misc/auto-completion/fish/nnn.fish 644 \
|
vinstall misc/auto-completion/fish/nnn.fish 644 \
|
||||||
usr/share/fish/completions
|
usr/share/fish/vendor_completions.d
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue