void-packages/srcpkgs/bspwm/template

22 lines
716 B
Bash
Raw Normal View History

2014-02-09 22:47:56 +00:00
# Template file for 'bspwm'
pkgname=bspwm
2016-03-15 17:13:15 +00:00
version=0.9.1
revision=1
2014-02-09 22:47:56 +00:00
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
short_desc="A tiling window manager based on binary space partitioning"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-02-09 22:47:56 +00:00
license="BSD"
homepage="https://github.com/baskerville/bspwm"
2016-03-15 17:13:15 +00:00
distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz"
checksum=02bb58a307acdec242eb4b8a62764ed53d01c30474dfb1bc09812d943773bb85
2014-02-09 22:47:56 +00:00
2015-05-30 06:57:03 +00:00
do_build() {
make CC=$CC
2014-02-09 22:47:56 +00:00
}
2015-05-30 06:57:03 +00:00
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
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 22:47:56 +00:00
}