49cb564d14
* par is kept at -Np0 ```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
509 B
Bash
13 lines
509 B
Bash
# Template file for 'pam_rundir'
|
|
pkgname=pam_rundir
|
|
version=1.0.0
|
|
revision=5
|
|
build_style=configure
|
|
configure_args="--prefix=/usr --with-parentdir=/run/user"
|
|
makedepends="pam-devel"
|
|
short_desc="PAM Module to create and remove user runtime directories"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://jjacky.com/pam_rundir"
|
|
distfiles="https://jjacky.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=c779b699ed23777a3bdba87b7f67ed395fe957f3c96138faee45f87a27bcc020
|