void-packages/srcpkgs/ruler/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

21 lines
549 B
Bash

# Template file for 'ruler'
pkgname=ruler
version=0.1.0
revision=2
build_style=gnu-makefile
hostmakedepends="flex"
makedepends="xcb-util-wm-devel libxcb-devel libwm"
short_desc="Window rule daemon"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="ISC"
homepage="https://github.com/tudurom/ruler"
distfiles="https://github.com/tudurom/ruler/archive/v${version}.tar.gz"
checksum=5355e19530bb158b504cca6ba18cc402585e9bdb488e01a2ee76492bc70923c7
patch_args=-Np0
LDFLAGS="-lxcb -lxcb-ewmh -lxcb-icccm -lwm"
post_install() {
vlicense LICENSE
}