ef11f57681
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 '$a patch_args=-Np0"
13 lines
502 B
Bash
13 lines
502 B
Bash
# Template file for 'tworld'
|
|
pkgname=tworld
|
|
version=1.3.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="SDL-devel"
|
|
short_desc="Emulator for Chip's Challenge game engine"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.muppetlabs.com/~breadbox/software/tworld/"
|
|
distfiles="http://www.muppetlabs.com/~breadbox/pub/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=472fce08de124d965cccb20070b0be2b8b4c5ad717fc5ece32828baacd46d861
|
|
patch_args=-Np0
|