zathura: install completion to site-functions.
This commit is contained in:
parent
33512a5475
commit
4722c8aa7c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue