New package: sfeed-0.9.2

This commit is contained in:
Rubén Santos 2017-11-27 06:56:20 +01:00 committed by Toyam Cox
parent 86427a78be
commit 08ef5962cd
1 changed files with 18 additions and 0 deletions

18
srcpkgs/sfeed/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'sfeed'
pkgname=sfeed
version=0.9.2
revision=1
create_wrksrc=yes
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=3a9d82d6cd2f79365d802230858d4d295e2a944e3caa5fbf5bee07870994a063
post_install() {
vlicense LICENSE
}