void-packages/srcpkgs/berry/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
539 B
Bash

# Template file for 'berry'
pkgname=berry
version=0.1.7
revision=1
build_style=gnu-makefile
make_use_env=yes
makedepends="libX11-devel libXinerama-devel libXft-devel freetype-devel"
short_desc="Healthy, bite-sized window manager"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/JLErvin/berry"
distfiles="https://github.com/JLErvin/berry/archive/${version}.tar.gz"
checksum=1d6de883a0cd96ceb167c5ad2e855b0b15fa84872d41a22e05d0fdf0cf4be6b8
patch_args=-Np0
post_install() {
vlicense LICENSE
}