18 lines
485 B
Bash
18 lines
485 B
Bash
# Template file for 'sfeed'
|
|
pkgname=sfeed
|
|
version=0.9.6
|
|
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=50de9f556906974b1ed9ebe4460331d1dadceb4e20bd0936ce1ad00aaba036ec
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|