From 8d20bb20347d49874a4da833db106e8f20284f77 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Sat, 13 Apr 2019 12:35:23 +0200 Subject: testing/git-crypt: new aport https://github.com/AGWA/git-crypt Transparent file encryption in git --- testing/git-crypt/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/git-crypt/APKBUILD (limited to 'testing/git-crypt') diff --git a/testing/git-crypt/APKBUILD b/testing/git-crypt/APKBUILD new file mode 100644 index 0000000000..531cf86346 --- /dev/null +++ b/testing/git-crypt/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Laurent Arnoud +# Maintainer: Laurent Arnoud +pkgname=git-crypt +pkgver=0.6.0 +pkgrel=0 +pkgdesc="Transparent file encryption in git" +url="https://www.agwa.name/projects/git-crypt" +arch="all" +license="GPL-3.0-or-later" +depends="git" +options="!check" # No test suite +makedepends="docbook-xml docbook-xsl openssl-dev" +subpackages="$pkgname-doc" +source="$pkgname-$pkgver.tar.gz::https://github.com/AGWA/$pkgname/archive/$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" + +build() { + cd "$builddir" + make +} + +package() { + cd "$builddir" + make PREFIX="/usr" DESTDIR="$pkgdir" ENABLE_MAN=yes install + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} +sha512sums="06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5 git-crypt-0.6.0.tar.gz" -- cgit v1.2.3