18 lines
663 B
Bash
18 lines
663 B
Bash
# Template file for 'guilt'
|
|
pkgname=guilt
|
|
version=0.36
|
|
revision=3
|
|
_githash=22d785dd24329170f66e7696da38b3e90e033d61
|
|
_gitshort="${_githash:0:7}"
|
|
wrksrc="guilt-${_gitshort}"
|
|
build_style=gnu-makefile
|
|
make_build_args="-C Documentation"
|
|
make_install_args="mandir=/usr/share/man install install-doc"
|
|
hostmakedepends="xmlto asciidoc perl"
|
|
depends="bash git"
|
|
short_desc="Manipulate quilt like patches on top of git"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://repo.or.cz/w/guilt.git"
|
|
distfiles="http://repo.or.cz/guilt.git/snapshot/${_githash}.tar.gz"
|
|
checksum=1e1a86ecfc2162c01b7d62c279ad055c643074d2b5239301d818ca81b31b6c0e
|