21 lines
633 B
Bash
21 lines
633 B
Bash
# Template file for 'windowchef'
|
|
pkgname=windowchef
|
|
version=0.2.7
|
|
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=3219e58ad48766425b0abb7fb9a392cfd29a2ea5f9614a030fe6ee984c08965a
|
|
|
|
pre_build() {
|
|
sed -i 's|^CFLAGS +=|override CFLAGS +=|g' config.mk
|
|
sed -i 's|^LDFLAGS +=|override LDFLAGS +=|g' config.mk
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|