New package: stagit-0.2.
This commit is contained in:
parent
55993e09b5
commit
d93a2dd857
1 changed files with 19 additions and 0 deletions
19
srcpkgs/stagit/template
Normal file
19
srcpkgs/stagit/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'stagit'
|
||||||
|
pkgname=stagit
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
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="http://git.2f30.org/stagit"
|
||||||
|
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=b8702b87369c9904b513cf36779526a35b1d5447ec6ea9bcbdc2d3bb7072f3a0
|
||||||
|
LDFLAGS="-lgit2"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue