4b97cd2fb4
```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 ```
13 lines
473 B
Bash
13 lines
473 B
Bash
# Template file for 'sgfutils'
|
|
pkgname=sgfutils
|
|
version=0.25
|
|
revision=8
|
|
build_style=gnu-makefile
|
|
makedepends="openssl-devel"
|
|
depends="ImageMagick"
|
|
short_desc="Collection of utilities to handle SGF files"
|
|
maintainer='Brandon Wilson <x@wilsonb.com>'
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.cwi.nl/~aeb/go/sgfutils/html/"
|
|
distfiles="https://homepages.cwi.nl/~aeb/go/${pkgname}/${pkgname}.tgz"
|
|
checksum=4b26b321fbe255722f1d7e57233614da89a4da5bab031ae4ef7118ae3c7436a2
|