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

20 lines
605 B
Bash

# Template file for 'moon-buggy'
pkgname=moon-buggy
version=1.0.51
revision=5
build_style=gnu-configure
configure_args="--sharedstatedir=/var/db"
make_dirs="/var/db/moon-buggy 777 root root"
makedepends="ncurses-devel"
short_desc="A simple character graphics game"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.seehuhn.de/pages/moon-buggy"
distfiles="http://m.seehuhn.de/programs/$pkgname-$version.tar.gz"
checksum=352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f
patch_args=-Np0
post_extract() {
sed -i 's/key_name/Key_Name/g' keyboard.c
}