xwallpaper: install zsh completion on site-functions.

This commit is contained in:
maxice8 2019-01-18 22:37:40 -02:00 committed by maxice8
parent 454f86b0b8
commit 33512a5475

View file

@ -1,7 +1,7 @@
# Template file for 'xwallpaper'
pkgname=xwallpaper
version=0.4.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
@ -23,5 +23,8 @@ pre_configure() {
}
post_install() {
vmkdir usr/share/zsh/site-functions
mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_xwallpaper
vlicense LICENSE
}