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