vpm: install bash completion
This commit is contained in:
parent
74993cfd88
commit
969311c27d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vpm'
|
# Template file for 'vpm'
|
||||||
pkgname=vpm
|
pkgname=vpm
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="XBPS package management helper for VoidLinux"
|
short_desc="XBPS package management helper for VoidLinux"
|
||||||
maintainer="Armin Jenewein <github@m2m.pm>"
|
maintainer="Armin Jenewein <github@m2m.pm>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
@ -11,4 +11,5 @@ checksum=56994ba90aaf9055d0c20a7fbbce7faf6b6d245fba551a427312114f7cb78ae4
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin vpm
|
vbin vpm
|
||||||
|
vcompletion bash-completion/completions/vpm bash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue