c987560802
```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 ```
15 lines
431 B
Bash
15 lines
431 B
Bash
# Template file for 'clog'
|
|
pkgname=clog
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Colorize your logfiles based on custom rulesets"
|
|
maintainer="Piraty <piraty1@inbox.ru>"
|
|
license="MIT"
|
|
homepage="https://taskwarrior.org/docs/clog/"
|
|
distfiles="http://gothenburgbitfactory.org/download/clog-${version}.tar.gz"
|
|
checksum=fed44a8d398790ab0cf426c1b006e7246e20f3fcd56c0ec4132d24b05d5d2018
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|