void-packages/srcpkgs/stagit/template
2016-01-24 18:41:28 -05:00

19 lines
524 B
Bash

# Template file for 'stagit'
pkgname=stagit
version=0.2
revision=1
create_wrksrc=yes
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
makedepends="libgit2-devel"
short_desc="Static git page generator"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="MIT"
homepage="http://git.2f30.org/stagit"
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
checksum=b8702b87369c9904b513cf36779526a35b1d5447ec6ea9bcbdc2d3bb7072f3a0
LDFLAGS="-lgit2"
post_install() {
vlicense LICENSE
}