18 lines
503 B
Bash
18 lines
503 B
Bash
# 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
|
|
}
|