void-packages/srcpkgs/windowchef/template
Diogo Leal bf81476dd3 windowchef: update to 0.4.0
Closes: #7345 [via git-merge-pr]
2017-08-12 01:20:20 +02:00

21 lines
656 B
Bash

# Template file for 'windowchef'
pkgname=windowchef
version=0.4.0
revision=1
build_style=gnu-makefile
makedepends="xcb-util-wm-devel xcb-util-keysyms-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=e1683931518bfb1e9d940917893c9acb499114c7d912c819429d2976a0bd72bc
pre_build() {
sed -i 's|^CFLAGS +=|override CFLAGS +=|g' config.mk
sed -i 's|^LDFLAGS +=|override LDFLAGS +=|g' config.mk
}
post_install() {
vlicense LICENSE
}