18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'stagit'
|
|
pkgname=stagit
|
|
version=0.9.2
|
|
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=721cd7cfac479008e803eff5afd0c95ff9dbc640450afa5b844be82d8dfe0cba
|
|
LDFLAGS="-lgit2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|