void-packages

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

template (560B)


      1# Template file for 'stagit-gopher'
      2pkgname=stagit-gopher
      3version=0.9.4
      4revision=2
      5build_style=gnu-makefile
      6make_install_args="MANPREFIX=/usr/share/man"
      7makedepends="libgit2-devel"
      8short_desc="Static git page generator for gopher"
      9maintainer="Dash Eclipse <dashezup@disroot.org>"
     10license="MIT"
     11homepage="https://codemadness.org/stagit-gopher.html"
     12distfiles="https://codemadness.org/releases/stagit-gopher/${pkgname}-${version}.tar.gz"
     13checksum=afcbf4ddcd88454ff239b892365f5b0df8de442474e06b60adb0f94d45a3cd73
     14tags="ezup"
     15
     16post_install() {
     17	vlicense LICENSE
     18}