zathura: install completion to site-functions.

This commit is contained in:
maxice8 2019-01-18 22:39:27 -02:00 committed by maxice8
parent 33512a5475
commit 4722c8aa7c

View file

@ -1,7 +1,7 @@
# Template file for 'zathura'
pkgname=zathura
version=0.4.3
revision=1
revision=2
build_style=meson
configure_args="-Dsynctex=disabled -Dtests=disabled"
hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils
@ -17,6 +17,9 @@ distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.t
checksum=7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41
post_install() {
vmkdir usr/share/zsh/site-functions
mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_zathura
vlicense LICENSE
}