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')"
20 lines
567 B
Bash
20 lines
567 B
Bash
# Template file for 'rsstail'
|
|
pkgname=rsstail
|
|
version=2.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
makedepends="libmrss-devel"
|
|
checkdepends="cppcheck"
|
|
short_desc="More or less an rss reader"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.vanheusden.com/rsstail/"
|
|
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
|
|
checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
|
|
patch_args=-Np0
|
|
|
|
do_install() {
|
|
vmkdir usr/bin
|
|
vmkdir usr/share/man/man1
|
|
make prefix="${DESTDIR}/usr" install
|
|
}
|