void-packages/srcpkgs/stagit/template
2021-11-29 09:29:39 -05:00

19 lines
537 B
Bash

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