New package: windowchef-0.2.6 (#5506)

This commit is contained in:
Diogo Leal 2017-01-12 11:21:00 -02:00 committed by Juan RP
parent 5aed217270
commit eea2cca994
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'windowchef'
pkgname=windowchef
version=0.2.6
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 <diogo@diogoleal.com>"
license="ISC"
homepage="https://github.com/tudurom/windowchef"
distfiles="https://github.com/tudurom/windowchef/archive/v${version}.tar.gz"
checksum=5eb8aeb611b0c5b73533e021adfdbf8145899c04cecea4f5625855a4e7c638d7
pre_build() {
sed -i 's|^CFLAGS +=|override CFLAGS +=|g' config.mk
sed -i 's|^LDFLAGS +=|override LDFLAGS +=|g' config.mk
}
post_install() {
vlicense LICENSE
}