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