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
433 B
Bash
12 lines
433 B
Bash
# Template file for 'tremc'
|
|
pkgname=tremc
|
|
version=0.9.2
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
depends="python3"
|
|
short_desc="Console client for the BitTorrent client Transmission"
|
|
maintainer="Nathan D <dhanas.nathan@gmail.com>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/tremc/tremc"
|
|
distfiles="https://github.com/tremc/tremc/archive/${version}.tar.gz"
|
|
checksum=ea31ff593c64bbf2c471f6c45ef09129e1e9cb55e8f8bd90e2916976a7053c61
|