zathura: install completion to site-functions.
This commit is contained in:
parent
33512a5475
commit
4722c8aa7c
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zathura'
|
# Template file for 'zathura'
|
||||||
pkgname=zathura
|
pkgname=zathura
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dsynctex=disabled -Dtests=disabled"
|
configure_args="-Dsynctex=disabled -Dtests=disabled"
|
||||||
hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils
|
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
|
checksum=7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vmkdir usr/share/zsh/site-functions
|
||||||
|
mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_zathura
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue