[arch-commits] Commit in nettle/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue May 5 04:56:34 UTC 2020


    Date: Tuesday, May 5, 2020 @ 04:56:33
  Author: andyrtr
Revision: 382234

archrelease: copy trunk to staging-x86_64

Added:
  nettle/repos/staging-x86_64/
  nettle/repos/staging-x86_64/PKGBUILD
    (from rev 382233, nettle/trunk/PKGBUILD)

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

Copied: nettle/repos/staging-x86_64/PKGBUILD (from rev 382233, nettle/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-05 04:56:33 UTC (rev 382234)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=3.6
+pkgrel=1
+pkgdesc="A low-level cryptographic library"
+arch=('x86_64')
+url="https://www.lysator.liu.se/~nisse/nettle"
+license=('GPL2')
+depends=('gmp')
+provides=('libnettle.so' 'libhogweed.so')
+checkdepends=('valgrind')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1'
+            'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller <nisse at lysator.liu.se>
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list