# Template file for 'windowchef' pkgname=windowchef version=0.3.1 revision=1 build_style=gnu-makefile makedepends="xcb-util-wm-devel" short_desc="A stacking WM that doesn't handle keyboard or pointer inputs" maintainer="Diogo Leal " license="ISC" homepage="https://github.com/tudurom/windowchef" distfiles="https://github.com/tudurom/windowchef/archive/v${version}.tar.gz" checksum=ff1ff6fde354556c71cbd7090264a56de59ada99baa51bbf3d58134c320358fc pre_build() { sed -i 's|^CFLAGS +=|override CFLAGS +=|g' config.mk sed -i 's|^LDFLAGS +=|override LDFLAGS +=|g' config.mk } post_install() { vlicense LICENSE }