[arch-commits] Commit in libksba/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Jun 2 09:56:14 UTC 2020


    Date: Tuesday, June 2, 2020 @ 09:56:14
  Author: bisson
Revision: 388073

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/
  libksba/repos/testing-x86_64/PKGBUILD
    (from rev 388072, libksba/trunk/PKGBUILD)

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

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 388072, libksba/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-06-02 09:56:14 UTC (rev 388073)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=libksba
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Library for working with X.509 certificates, CMS data and related objects'
+url='https://www.gnupg.org/related_software/libksba/'
+license=('GPL')
+arch=('x86_64')
+depends=('bash' 'libgpg-error' 'glibc')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+            'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}  
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list