[arch-commits] Commit in git-crypt (3 files)

Eli Schwartz eschwartz at archlinux.org
Tue Jan 9 05:15:37 UTC 2018


    Date: Tuesday, January 9, 2018 @ 05:15:37
  Author: eschwartz
Revision: 280646

archrelease: copy trunk to community-x86_64

Added:
  git-crypt/repos/
  git-crypt/repos/community-x86_64/
  git-crypt/repos/community-x86_64/PKGBUILD
    (from rev 280645, git-crypt/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: git-crypt/repos/community-x86_64/PKGBUILD (from rev 280645, git-crypt/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-01-09 05:15:37 UTC (rev 280646)
@@ -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