21 lines
611 B
Bash
21 lines
611 B
Bash
# Template build file for 'yeahwm'.
|
|
pkgname=yeahwm
|
|
version=0.3.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="XROOT=\${XBPS_CROSS_BASE}/usr"
|
|
makedepends="lesstif-devel libX11-devel libXinerama-devel"
|
|
short_desc="A h* window manager for X based on evilwm and aewm"
|
|
maintainer="Ananteris <ananteris@mailinator.com>"
|
|
homepage="http://phrat.de"
|
|
distfiles="http://phrat.de/${pkgname}_${version}.tar.gz"
|
|
checksum=c92ce98848c8b88d9b67c128e30710944c04a6454310254535c102b2b6fcee05
|
|
license="Public Domain"
|
|
|
|
post_install() {
|
|
tail -n 40 README.evilwm > LICENSE
|
|
vlicense LICENSE
|
|
vdoc README
|
|
vdoc README.evilwm
|
|
}
|