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
465 B
Bash
17 lines
465 B
Bash
# Template file for 'skroll'
|
|
pkgname=skroll
|
|
version=0.6
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_build_args="LD=\${CXX}"
|
|
short_desc="Scroll text to stdout"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="WTFPL"
|
|
homepage="http://git.z3bra.org/skroll/log.html"
|
|
distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=32221fef51f6814a7bf3cf4207b8a2466624544a2fd1e5b110ee2af3580d2959
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|