beets: install zsh completion.
This commit is contained in:
parent
3e4ff22ec4
commit
6e842ca117
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'beets'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=1.6.0
|
version=1.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml
|
depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml
|
||||||
|
@ -23,4 +23,5 @@ post_install() {
|
||||||
vman man/beet.1
|
vman man/beet.1
|
||||||
vman man/beetsconfig.5
|
vman man/beetsconfig.5
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vcompletion extra/_beet zsh beet
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue