vp-build/srcpkgs/cwm/template

26 lines
715 B
Bash

# Template file for 'cwm'
pkgname=cwm
version=7.1
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config bison"
makedepends="libXft-devel libXinerama-devel libXrandr-devel"
short_desc="Lightweight and efficient window manager for X11"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC"
homepage="http://man.openbsd.org/cwm"
distfiles="https://github.com/leahneukirchen/cwm/archive/v${version}.tar.gz"
checksum=4a58c5cb4312d8d0f03ba657d7656c12d8d7c1277aeb1c05272984501597bd90
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_extract() {
sed -i 's/^\(LD\|CPP\)FLAGS/override &/' Makefile
sed '/\*\//q' calmwm.c >LICENSE
}
post_install() {
vlicense LICENSE
}