[arch-commits] Commit in (git-crypt git-crypt/trunk git-crypt/trunk/PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Jan 9 05:15:12 UTC 2018
Date: Tuesday, January 9, 2018 @ 05:15:11
Author: eschwartz
Revision: 280645
Import git-crypt 0.6.0-3 from the AUR
Bumped pkgrel, small modification to enable GPG signature verification.
Added:
git-crypt/
git-crypt/trunk/
git-crypt/trunk/PKGBUILD
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Added: git-crypt/trunk/PKGBUILD
===================================================================
--- git-crypt/trunk/PKGBUILD (rev 0)
+++ git-crypt/trunk/PKGBUILD 2018-01-09 05:15:11 UTC (rev 280645)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Perez <tuvistavie at gmail.com>
+# Contributor: AGWA
+# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
+# Contributor: noirbizarre <noirbizarre at gmail.com>
+# Contributor: Wael Nasreddine <wael.nasreddine at gmail.com>
+
+pkgname=git-crypt
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="Transparent file encryption in Git"
+arch=('x86_64')
+url="https://www.agwa.name/projects/${pkgname}/"
+license=('GPL3')
+depends=('git' 'openssl')
+makedepends=('libxslt')
+source=("${url}/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('6d30fcd99442d50f4b3c8d554067ff1d980cdf9f3120ee774131172dba98fd6f'
+ 'SKIP')
+validpgpkeys=('EF5D84C1838F2EB6D8968C0410378EFC2080080C') # Andrew Ayer <agwa at andrewayer.name>
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ make ENABLE_MAN=yes PREFIX=/usr
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ make ENABLE_MAN=yes PREFIX=/usr DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list