void-packages

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

template (567B)


      1# Template file for 'stagit'
      2pkgname=stagit
      3version=0.9.4
      4revision=6
      5build_style=gnu-makefile
      6make_install_args="MANPREFIX=/usr/share/man"
      7makedepends="libgit2-devel"
      8short_desc="Static git page generator"
      9maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
     10license="MIT"
     11homepage="https://codemadness.org/git/stagit/log.html"
     12distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz"
     13checksum=8889ab13fa345729cdc3cc92c8fdce10d49f6660f39a60def7646c86d8a61300
     14patch_args="-Np1"
     15LDFLAGS="-lgit2"
     16tags="ezup"
     17
     18post_install() {
     19	vlicense LICENSE
     20}