python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / bspwm / template
blobc3f7dc3fc9b7d17eeff880bf444c555b408fd9d9
1 # Template file for 'bspwm'
2 pkgname=bspwm
3 version=0.9.5
4 revision=1
5 makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
6 short_desc="Tiling window manager based on binary space partitioning"
7 maintainer="Juan RP <xtraeme@voidlinux.eu>"
8 license="BSD-2-Clause"
9 homepage="https://github.com/baskerville/bspwm"
10 distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz"
11 checksum=273591baf6a15d317cfedf4a423c51c132c52dd05b0328d6994f7bdc3982f782
13 do_build() {
14         make CC=$CC
17 do_install() {
18         make PREFIX=/usr DESTDIR=${DESTDIR} install
19         vlicense LICENSE
20         vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
21         vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc