19 lines
536 B
Bash
19 lines
536 B
Bash
# Template file for 'stagit'
|
|
pkgname=stagit
|
|
version=1.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="MANPREFIX=/usr/share/man"
|
|
makedepends="libgit2-devel"
|
|
short_desc="Static git page generator"
|
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
|
license="MIT"
|
|
homepage="https://codemadness.org/git/stagit/log.html"
|
|
distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz"
|
|
checksum=66f6ad1be3d6b6455faf9cfdd29329644b7ff2aa3123fbf1375169c60bda75c5
|
|
LDFLAGS="-lgit2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|