mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
hub: install fish completion to vendor_completions.d
This commit is contained in:
parent
9bcc513f40
commit
817494dd73
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue