void-packages/srcpkgs/sfeed/template
2020-08-05 22:52:23 +02:00

18 lines
486 B
Bash

# Template file for 'sfeed'
pkgname=sfeed
version=0.9.18
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=7b7a26aa9efcca2af1550135ead3baba1a9f4bf3fd10b9d396a42e7ce0fa9089
post_install() {
vlicense LICENSE
}