From 0c1416ec107fc81e2b3902acef474beded60431c Mon Sep 17 00:00:00 2001 From: Andy Cobaugh Date: Sat, 26 Aug 2017 12:23:43 -0400 Subject: [PATCH] New package: git-crypt-0.5.0 --- srcpkgs/git-crypt/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/git-crypt/template diff --git a/srcpkgs/git-crypt/template b/srcpkgs/git-crypt/template new file mode 100644 index 00000000000..b13a47614d3 --- /dev/null +++ b/srcpkgs/git-crypt/template @@ -0,0 +1,26 @@ +# Template file for 'git-crypt' +pkgname=git-crypt +version=0.5.0 +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 " +license="GPL-3" +homepage="https://www.agwa.name/projects/git-crypt/" +distfiles="https://github.com/AGWA/git-crypt/archive/${version}.tar.gz" +checksum=5150144a528bc74eeb47a2884cf2fefe978a1d1dc0223bbfcac395fa6a73a410 + +post_install() { + vdoc README + vdoc AUTHORS + vdoc NEWS + vdoc doc/multiple_keys.md + vman man/man1/git-crypt.1 + vlicense COPYING +} +