void-packages/srcpkgs/bspwm/template

22 lines
739 B
Bash
Raw Normal View History

2014-02-09 23:47:56 +01:00
# Template file for 'bspwm'
pkgname=bspwm
2016-10-31 09:39:22 +01:00
version=0.9.2
2016-03-15 18:13:15 +01:00
revision=1
2016-10-31 09:39:22 +01:00
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel"
2014-02-09 23:47:56 +01:00
short_desc="A tiling window manager based on binary space partitioning"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-02-09 23:47:56 +01:00
license="BSD"
homepage="https://github.com/baskerville/bspwm"
2016-03-15 18:13:15 +01:00
distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz"
2016-10-31 09:39:22 +01:00
checksum=33689d138d50f42444820b3a76b84fee7fa3af58e33ad589319c84e51fefdcf0
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
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
}