4f75cf25fd
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
12 lines
486 B
Bash
12 lines
486 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
|