a92d370caa
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 "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
17 lines
483 B
Bash
17 lines
483 B
Bash
# Template file for 'sutils'
|
|
pkgname=sutils
|
|
version=0.2
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
makedepends="alsa-lib-devel"
|
|
short_desc="Small command-line utilities"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/baskerville/sutils/"
|
|
distfiles="https://github.com/baskerville/sutils/archive/${version}.tar.gz"
|
|
checksum=da8cccace32094430be572cf59d85256023edf9107b12c926c7beb29586c56a3
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|