# Template file for 'bspwm' pkgname=bspwm version=0.8.9 revision=1 build_style=gnu-makefile hostmakedepends="git" makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel" short_desc="A tiling window manager based on binary space partitioning" maintainer="Juan RP " license="BSD" homepage="https://github.com/baskerville/bspwm" replaces="bspwm>=0" do_fetch() { local url="git://github.com/baskerville/bspwm" msg_normal "Fetching source from $url ...\n" git clone -b${version} ${url} ${pkgname}-${version} } post_install() { vinstall LICENSE 644 usr/share/licenses/$pkgname }