Date: Tuesday, August 25, 2020 @ 11:06:53
  Author: andyrtr
Revision: 394700

archrelease: copy trunk to testing-x86_64

Added:
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
    (from rev 394699, libgpg-error/trunk/PKGBUILD)

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

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 394699, 
libgpg-error/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2020-08-25 11:06:53 UTC (rev 394700)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+# Contributor: judd <jvi...@zeroflux.org>
+
+pkgname=libgpg-error
+pkgver=1.39
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(x86_64)
+url="https://www.gnupg.org";
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(https://www.gnupg.org/ftp/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('991a7a53e778a3de5ba8aad711e0bc9453101f4b'
+          'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
+              '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) <gni...@fsij.org>
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Reply via email to