void-packages/srcpkgs/git-crypt/template

27 lines
698 B
Bash
Raw Normal View History

2017-08-26 18:23:43 +02:00
# Template file for 'git-crypt'
pkgname=git-crypt
2017-11-27 04:26:00 +01:00
version=0.6.0
2017-08-26 18:23:43 +02:00
revision=1
build_style=gnu-makefile
make_use_env=yes
makedepends="libressl-devel"
hostmakedepends="libxslt docbook-xsl"
make_build_args="ENABLE_MAN=yes"
make_install_args="ENABLE_MAN=yes"
short_desc="Transparent file encryption in git"
maintainer="Andy Cobaugh <andrewcobaugh@gmail.com>"
license="GPL-3"
homepage="https://www.agwa.name/projects/git-crypt/"
distfiles="https://github.com/AGWA/git-crypt/archive/${version}.tar.gz"
2017-11-27 04:26:00 +01:00
checksum=777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78
2017-08-26 18:23:43 +02:00
post_install() {
vdoc README
vdoc AUTHORS
vdoc NEWS
vdoc doc/multiple_keys.md
vman man/man1/git-crypt.1
vlicense COPYING
}