hub: install fish completion to vendor_completions.d

This commit is contained in:
Piraty 2020-02-25 11:37:24 +01:00 committed by Piraty
parent 9bcc513f40
commit 817494dd73

View file

@ -1,7 +1,7 @@
# Template file for 'hub'
pkgname=hub
version=2.14.1
revision=1
revision=2
build_style=go
go_import_path=github.com/github/hub
hostmakedepends="git groff"
@ -46,5 +46,5 @@ post_install() {
vinstall etc/hub.zsh_completion 644 usr/share/zsh/site-functions _hub
vinstall etc/hub.bash_completion.sh 644 usr/share/bash-completion/completions hub
vinstall etc/hub.fish_completion 644 usr/share/fish/completions hub.fish
vinstall etc/hub.fish_completion 644 usr/share/fish/vendor_completions.d hub.fish
}