Date: Friday, October 7, 2022 @ 17:56:05
  Author: andyrtr
Revision: 457330

archrelease: copy trunk to testing-x86_64

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

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

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 457329, 
libgpg-error/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2022-10-07 17:56:05 UTC (rev 457330)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: judd <[email protected]>
+
+pkgname=libgpg-error
+pkgver=1.46
+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=('a6e5efdd72e848aab4064e5ef4c6835ba344bcf1'
+          'SKIP')
+validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # Werner Koch (dist 
signing 2020)
+validpgpkeys+=('AC8E115BF73E2D8D47FA9908E98E9B2D19C6C8BD') # Niibe Yutaka 
(GnuPG Release Key)
+
+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