void-packages/srcpkgs/stagit/template

19 lines
524 B
Bash

# Template file for 'stagit'
pkgname=stagit
version=1.2
revision=2
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
makedepends="libgit2-devel"
short_desc="Static git page generator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://codemadness.org/git/stagit/log.html"
distfiles="https://codemadness.org/releases/stagit/stagit-${version}.tar.gz"
checksum=5659bd8ba7e1417edd40f7b7781a8ea26939ab6aa513409023835f04875921c5
LDFLAGS="-lgit2"
post_install() {
vlicense LICENSE
}