# Template file for 'bspwm' pkgname=bspwm version=0.9.8 revision=1 makedepends="xcb-util-wm-devel xcb-util-keysyms-devel" short_desc="Tiling window manager based on binary space partitioning" maintainer="Nathan Owens " license="BSD-2-Clause" homepage="https://github.com/baskerville/bspwm" distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz" checksum=8bf670227b3e3c91b94df0834daf2b3da36bbac196c5bcc65353b3eb5983afa6 do_build() { make CC=$CC } 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 vinstall contrib/fish_completion 644 usr/share/fish/completions bspc.fish }