mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
New package: rsstail-1.8
This commit is contained in:
parent
928bc36ace
commit
b5b24873ec
1 changed files with 17 additions and 0 deletions
17
srcpkgs/rsstail/template
Normal file
17
srcpkgs/rsstail/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'rsstail'
|
||||
pkgname=rsstail
|
||||
version=1.8
|
||||
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="19284f3eca4bfa649f53848e19e6ee134bce17ccf2a22919cc8c600684877801"
|
||||
|
||||
pre_install () {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/man/man1
|
||||
}
|
Loading…
Add table
Reference in a new issue