void-packages/srcpkgs/rsstail/template

20 lines
570 B
Bash

# Template file for 'rsstail'
pkgname=rsstail
version=2.1
revision=3
build_style=gnu-makefile
makedepends="libmrss-devel"
checkdepends="cppcheck"
short_desc="More or less an rss reader"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.vanheusden.com/rsstail/"
distfiles="https://github.com/folkertvanheusden/rsstail/archive/refs/tags/v${version}.tar.gz"
checksum=9b70e4533fb410fb17b9041a2589a5777458775e0716d330cd001332fa77afe2
do_install() {
vmkdir usr/bin
vmkdir usr/share/man/man1
make prefix="${DESTDIR}/usr" install
}