git-extras: install completions

This commit is contained in:
Gadzhi Kharkharov 2021-08-31 01:07:21 +03:00 committed by Érico Nogueira Rolim
parent 14eb3dca6c
commit bd5dc10372

View file

@ -1,7 +1,7 @@
# Template file for 'git-extras'
pkgname=git-extras
version=6.2.0
revision=1
revision=2
build_style=gnu-makefile
depends="bash git"
short_desc="Little git extras"
@ -19,4 +19,6 @@ post_patch() {
post_install() {
vlicense LICENSE
vcompletion etc/git-extras.fish fish
vcompletion etc/git-extras-completion.zsh zsh
}