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

24 lines
611 B
Bash

# Template file for 'xye'
pkgname=xye
version=0.12.2
revision=4
build_style=gnu-configure
makedepends="SDL_image-devel SDL_ttf-devel"
short_desc="Puzzle game inspired by Kye"
maintainer="Adrian Siekierka <asiekierka@gmail.com>"
license="Zlib, custom:resource"
homepage="http://xye.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=5d7c04f37d6b4a1821594512c7ddbc8189f968e08ecfd5af55231302f2f917d8
replaces="xye-data>=0"
patch_args=-Np0
post_install() {
vdoc ReadMe.html
vdoc ChangeLog
vdoc AUTHORS
vdoc NEWS
vlicense COPYING
vlicense res/detailed_COPYING
}