void-packages/srcpkgs/stagit/template
Anthony Iliopoulos 1fd85856d8 stagit: update to 0.9.5.
Closes: #30159 [via git-merge-pr]
2021-04-11 21:01:17 -04:00

19 lines
537 B
Bash

# Template file for 'stagit'
pkgname=stagit
version=0.9.5
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=025a17c7be3a4e98a2319efc4eb6329e9ea6a778b2b24b0eb97a342ece9bb039
LDFLAGS="-lgit2"
post_install() {
vlicense LICENSE
}