void-packages/srcpkgs/stagit/template

19 lines
506 B
Bash
Raw Normal View History

2016-01-24 23:39:22 +01:00
# Template file for 'stagit'
pkgname=stagit
2016-05-09 02:03:06 +02:00
version=0.4
2016-03-20 21:06:53 +01:00
revision=1
2016-01-24 23:39:22 +01:00
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"
2016-05-09 02:03:06 +02:00
checksum=ecc7e3ac349749afaf4d58fd37e1a66c6b61dac21292c888f8daba8cb901b97c
2016-01-24 23:39:22 +01:00
LDFLAGS="-lgit2"
post_install() {
vlicense LICENSE
}