Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
13 lines
402 B
Bash
13 lines
402 B
Bash
# Template file for 'lbzip2'
|
|
pkgname=lbzip2
|
|
version=2.5
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Parallel bzip2 compression utility"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://lbzip2.org/"
|
|
distfiles="http://archive.lbzip2.org/lbzip2-${version}.tar.gz"
|
|
checksum=46c75ee93cc95eedc6005625442b2b8e59a2bef3ba80987d0491f055185650e9
|
|
patch_args=-Np0
|