void-packages/srcpkgs/stagit/template
2017-08-29 09:18:50 +00:00

19 lines
506 B
Bash

# Template file for 'stagit'
pkgname=stagit
version=0.6
revision=1
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=71bfb26ed537955ef55119cf79c45654321a795a2d7e697dbce143324e48fd04
LDFLAGS="-lgit2"
post_install() {
vlicense LICENSE
}