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

18 lines
584 B
Bash

# Template file for 'bbkeys'
pkgname=bbkeys
version=0.9.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config perl"
makedepends="blackboxwm-devel libX11-devel libXext-devel libXft-devel"
short_desc="Blackbox tool for setting keyboard shortcuts"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/bbidulock/bbkeys"
distfiles="${homepage}/releases/download/rel-${version//.}/bbkeys-${version}.tar.lz"
checksum=ece0113b2cc6367e2cad95f59cf43d7576b5a1a7eb8a9e3f10ce9814db67b95c
patch_args=-Np0
post_install() {
vlicense COPYING
}