beets: install zsh completion.

This commit is contained in:
Philipp David 2022-01-03 12:41:00 +01:00 committed by Érico Nogueira Rolim
parent 3e4ff22ec4
commit 6e842ca117

View file

@ -1,7 +1,7 @@
# Template file for 'beets'
pkgname=beets
version=1.6.0
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml
@ -23,4 +23,5 @@ post_install() {
vman man/beet.1
vman man/beetsconfig.5
vlicense LICENSE
vcompletion extra/_beet zsh beet
}