void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 1e17b77b2f56ed0a88862ecf3ea3ff969f798adb
parent 6995f76c984fd928ccdc00353f7e9cef8b0d99fe
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sat, 26 Sep 2020 14:57:04 +0000

New package: oggfwd

Diffstat:
MREADME | 3++-
Asrcpkgs/oggfwd/template | 20++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -18,10 +18,11 @@ New packages bpm-tools dwl #git https-dns-proxy #git #unavailable + oggfwd #git_archive python3-bpytop rig scroll #git - sls + sls #security_risk swaylock-effects trojan wshowkeys #git diff --git a/srcpkgs/oggfwd/template b/srcpkgs/oggfwd/template @@ -0,0 +1,20 @@ +# Template file for 'oggfwd' +pkgname=oggfwd +version=0.2 +revision=1 +wrksrc="${pkgname}" +build_style=gnu-makefile +makedepends="libshout-devel" +short_desc="Pipes an ogg stream to an icecast server" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="GPL-2.0-or-later" +homepage="http://v2v.cc/~j/${pkgname}/" +commit="506088e5066abd086efc951670906187c120e9a3" +distfiles="https://r-w-x.org/r/${pkgname}/archive/${commit}.tar.gz" +checksum="5200c333f1ba9e9955f9cff701f3ac39ae271ae391d35febbb2e8f1bfe151814" + +do_install() { + vbin oggfwd + vman oggfwd.1 + vdoc ChangeLog +}