aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
committerMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
commitcb48d6ebf6df5208779a1995ab62179938139cb4 (patch)
treefd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /libkeccak/PKGBUILD
parentUpdate mongoclock (diff)
downloadaur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libkeccak/PKGBUILD')
-rw-r--r--libkeccak/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/libkeccak/PKGBUILD b/libkeccak/PKGBUILD
deleted file mode 100644
index 51a9dd5..0000000
--- a/libkeccak/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
-
-pkgname=libkeccak
-pkgver=1.2
-pkgrel=1
-pkgdesc="Keccak-family hashing library"
-arch=(i686 x86_64)
-url="https://github.com/maandree/libkeccak"
-license=('custom:ISC')
-depends=(glibc)
-checkdepends=(glibc valgrind make coreutils)
-makedepends=(glibc gcc make coreutils binutils)
-source=(libkeccak-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(a9fa976a601b749499f24975756f98c28edddfb5e6828c681ccde7cfcb95d5f8)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make CONFIGFILE=optimised.mk PREFIX=/usr
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make CONFIGFILE=optimised.mk check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make CONFIGFILE=optimised.mk PREFIX=/usr DESTDIR="$pkgdir" install
-}