void-packages/srcpkgs/sfeed/template

18 lines
485 B
Bash
Raw Normal View History

2017-11-27 05:56:20 +00:00
# Template file for 'sfeed'
pkgname=sfeed
version=0.9.3
2017-11-27 05:56:20 +00:00
revision=1
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
depends="curl"
short_desc="RSS and Atom parser"
maintainer="Rubén Santos <kojicomics@cocaine.ninja>"
license="ISC"
homepage="https://git.codemadness.org/sfeed"
distfiles="https://codemadness.org/releases/sfeed/sfeed-${version}.tar.gz"
checksum=09372442a76272990ecc2d295da27c25f477f5714db8dffb2eab537a08868d4c
2017-11-27 05:56:20 +00:00
post_install() {
vlicense LICENSE
}