git-extras: install completions
This commit is contained in:
parent
14eb3dca6c
commit
bd5dc10372
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-extras'
|
# Template file for 'git-extras'
|
||||||
pkgname=git-extras
|
pkgname=git-extras
|
||||||
version=6.2.0
|
version=6.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="bash git"
|
depends="bash git"
|
||||||
short_desc="Little git extras"
|
short_desc="Little git extras"
|
||||||
|
@ -19,4 +19,6 @@ post_patch() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vcompletion etc/git-extras.fish fish
|
||||||
|
vcompletion etc/git-extras-completion.zsh zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue