void-packages

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

template (595B)


      1# Template file for 'oggfwd'
      2pkgname=oggfwd
      3version=0.2
      4revision=3
      5wrksrc="${pkgname}"
      6build_style=gnu-makefile
      7makedepends="libshout-devel"
      8short_desc="Pipes an ogg stream to an icecast server"
      9maintainer="Dash Eclipse <dashezup@disroot.org>"
     10license="GPL-2.0-or-later"
     11homepage="http://v2v.cc/~j/oggfwd/"
     12_commit="506088e5066abd086efc951670906187c120e9a3"
     13distfiles="https://r-w-x.org/r/${pkgname}/archive/${_commit}.tar.gz"
     14checksum="5200c333f1ba9e9955f9cff701f3ac39ae271ae391d35febbb2e8f1bfe151814"
     15tags="ezup gitpkg ${_commit}"
     16
     17do_install() {
     18	vbin oggfwd
     19	vman oggfwd.1
     20	vdoc ChangeLog
     21}