bspwm: install bash and zsh bspc completion
This commit is contained in:
parent
91bd1cb21c
commit
bf475e8d57
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bspwm'
|
# Template file for 'bspwm'
|
||||||
pkgname=bspwm
|
pkgname=bspwm
|
||||||
version=0.8.9
|
version=0.8.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
||||||
|
@ -17,5 +17,7 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue