diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template new file mode 100644 index 00000000000..80e4565adf4 --- /dev/null +++ b/srcpkgs/stagit/template @@ -0,0 +1,19 @@ +# 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 " +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 +}