bspwm: install bash and zsh bspc completion

This commit is contained in:
Eivind Uggedal 2014-09-19 22:49:45 +00:00
parent 91bd1cb21c
commit bf475e8d57
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bspwm'
pkgname=bspwm
version=0.8.9
revision=2
revision=3
build_style=gnu-makefile
hostmakedepends="git"
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
@ -17,5 +17,7 @@ do_fetch() {
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
vlicense LICENSE
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
}