27 lines
698 B
Bash
27 lines
698 B
Bash
# Template file for 'git-crypt'
|
|
pkgname=git-crypt
|
|
version=0.6.0
|
|
revision=4
|
|
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"
|
|
checksum=777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78
|
|
|
|
post_install() {
|
|
vdoc README
|
|
vdoc AUTHORS
|
|
vdoc NEWS
|
|
vdoc doc/multiple_keys.md
|
|
vman man/man1/git-crypt.1
|
|
vlicense COPYING
|
|
}
|
|
|