void-packages/srcpkgs/rsstail/template
2015-07-20 07:56:23 +02:00

17 lines
473 B
Bash

# Template file for 'rsstail'
pkgname=rsstail
version=2.0
revision=1
build_style=gnu-makefile
makedepends="libmrss-devel"
short_desc="More or less an rss reader"
maintainer="Enno Boland <eb@s01.de>"
license="GPL-2"
homepage="http://www.vanheusden.com/rsstail/"
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
checksum=647537197fb9fb72b08e04710d462ad9314a6335c0a66fb779fe9d822c19ee2a
pre_install () {
vmkdir usr/bin
vmkdir usr/share/man/man1
}