void-packages/srcpkgs/rsstail/template

18 lines
483 B
Bash
Raw Normal View History

2014-05-29 17:53:49 +00:00
# Template file for 'rsstail'
pkgname=rsstail
2015-07-20 05:56:14 +00:00
version=2.0
revision=1
2014-05-29 17:53:49 +00:00
build_style=gnu-makefile
makedepends="libmrss-devel"
short_desc="More or less an rss reader"
maintainer="Enno Boland <gottox@voidlinux.eu>"
2014-05-29 17:53:49 +00:00
license="GPL-2"
homepage="http://www.vanheusden.com/rsstail/"
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
2015-07-20 05:56:14 +00:00
checksum=647537197fb9fb72b08e04710d462ad9314a6335c0a66fb779fe9d822c19ee2a
2014-05-29 17:53:49 +00:00
pre_install () {
vmkdir usr/bin
vmkdir usr/share/man/man1
}