void-packages/srcpkgs/sfeed/template
2018-12-25 06:47:03 -02:00

18 lines
485 B
Bash

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