2014-02-09 23:47:56 +01:00
|
|
|
# Template file for 'bspwm'
|
|
|
|
pkgname=bspwm
|
2015-03-13 23:06:20 +01:00
|
|
|
version=0.9
|
2015-05-30 08:57:03 +02:00
|
|
|
revision=4
|
2014-02-09 23:47:56 +01:00
|
|
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
|
|
|
short_desc="A tiling window manager based on binary space partitioning"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-02-09 23:47:56 +01:00
|
|
|
license="BSD"
|
|
|
|
homepage="https://github.com/baskerville/bspwm"
|
2015-05-30 08:57:03 +02:00
|
|
|
distfiles="https://github.com/baskerville/bspwm/archive/0.9.tar.gz"
|
|
|
|
checksum=1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde
|
2014-02-09 23:47:56 +01:00
|
|
|
|
2015-05-30 08:57:03 +02:00
|
|
|
do_build() {
|
|
|
|
make CC=$CC
|
2014-02-09 23:47:56 +01:00
|
|
|
}
|
2015-05-30 08:57:03 +02:00
|
|
|
do_install() {
|
|
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
2014-09-20 00:49:45 +02:00
|
|
|
vlicense LICENSE
|
|
|
|
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
|
|
|
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
|
2014-02-09 23:47:56 +01:00
|
|
|
}
|