mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: sfeed-0.9.2
This commit is contained in:
parent
86427a78be
commit
08ef5962cd
1 changed files with 18 additions and 0 deletions
18
srcpkgs/sfeed/template
Normal file
18
srcpkgs/sfeed/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'sfeed'
|
||||||
|
pkgname=sfeed
|
||||||
|
version=0.9.2
|
||||||
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="MANPREFIX=/usr/share/man"
|
||||||
|
depends="curl"
|
||||||
|
short_desc="RSS and Atom parser"
|
||||||
|
maintainer="Rubén Santos <kojicomics@cocaine.ninja>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://git.codemadness.org/sfeed"
|
||||||
|
distfiles="https://codemadness.org/releases/sfeed/sfeed-${version}.tar.gz"
|
||||||
|
checksum=3a9d82d6cd2f79365d802230858d4d295e2a944e3caa5fbf5bee07870994a063
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue