void-packages/srcpkgs/stagit/template
2020-05-04 16:18:57 +02:00

19 lines
537 B
Bash

# Template file for 'stagit'
pkgname=stagit
version=0.9.3
revision=2
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="https://codemadness.org/git/stagit/log.html"
distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz"
checksum=db89b41c6d3803b2562d56fee0d939360fc887902f17aaf27dff774df0402da3
LDFLAGS="-lgit2"
post_install() {
vlicense LICENSE
}