void-packages/srcpkgs/yeahwm/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

23 lines
632 B
Bash

# Template file for 'yeahwm'
pkgname=yeahwm
version=0.3.5
revision=3
build_style=gnu-makefile
make_build_args="XROOT=\${XBPS_CROSS_BASE}/usr"
makedepends="motif-devel libX11-devel libXinerama-devel"
short_desc="Window manager for X based on evilwm and aewm"
maintainer="Ananteris <ananteris@mailinator.com>"
license="Public Domain"
homepage="http://phrat.de"
distfiles="http://phrat.de/${pkgname}_${version}.tar.gz"
checksum=c92ce98848c8b88d9b67c128e30710944c04a6454310254535c102b2b6fcee05
patch_args=-Np0
CFLAGS="-fcommon"
post_install() {
tail -n 40 README.evilwm > LICENSE
vlicense LICENSE
vdoc README
vdoc README.evilwm
}