[arch-commits] Commit in gpa/repos (2 files)

David Runge dvzrv at archlinux.org
Sun Dec 3 16:46:51 UTC 2017


    Date: Sunday, December 3, 2017 @ 16:46:51
  Author: dvzrv
Revision: 272017

archrelease: copy trunk to community-testing-x86_64

Added:
  gpa/repos/community-testing-x86_64/
  gpa/repos/community-testing-x86_64/PKGBUILD
    (from rev 272016, gpa/trunk/PKGBUILD)

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

Copied: gpa/repos/community-testing-x86_64/PKGBUILD (from rev 272016, gpa/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-03 16:46:51 UTC (rev 272017)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Ravi Desai <ravster3 at hotmail.com>
+
+pkgname=gpa
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="A graphical user interface for the GnuPG"
+arch=('x86_64')
+url="https://www.gnupg.org/related_software/gpa/"
+license=('GPL3')
+depends=('gpgme' 'gtk2')
+source=("ftp://ftp.gnupg.org/gcrypt/gpa/gpa-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ff81a78e6b7c46307af6648a2e691a5e8185db229ccc5e259f2c3c05a3c86b337dde492069e7e9510c155fbc64d71cc4e2f109a00400bfb7560c558b753c42a9'
+            'SKIP')
+validpgpkeys=(D8692123C4065DEA5E0F3AB5249B39D24F25E3B6) # Werner Koch
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list