# Template file for 'frankenwm' pkgname=frankenwm _pkgname=FrankenWM version=1.0.1 revision=1 hostmakedepends="pkg-config" makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel" build_style=gnu-makefile make_build_args="INCS=-I." short_desc="XCB dynamic tiling WM" maintainer="Ypnose " license="MIT" homepage="https://github.com/sulami/${_pkgname}" distfiles="https://github.com/sulami/${_pkgname}/archive/${version}.tar.gz" checksum="074538b165645689016110653eadfd6f363b9ff2dd914f9a0362571049f80544" replaces="frankenwm-git>=0" wrksrc="${_pkgname}-${version}" pre_build() { sed -i 's|^CPPFLAGS *+=|override CPPFLAGS +=|g' Makefile sed -i 's|^CFLAGS *+=|override CFLAGS +=|g' Makefile sed -i 's|^LDFLAGS *+=|override LDFLAGS +=|g' Makefile sed -i 's| -Os||g' Makefile } post_install() { vlicense LICENSE }