void-packages/srcpkgs/rsstail/template
2015-08-09 19:08:42 +02:00

17 lines
483 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 <gottox@voidlinux.eu>"
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
}