summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argon2/.footprint11
-rw-r--r--argon2/.signature6
-rw-r--r--argon2/Pkgfile16
-rw-r--r--argon2/libargon2.pc11
4 files changed, 44 insertions, 0 deletions
diff --git a/argon2/.footprint b/argon2/.footprint
new file mode 100644
index 000000000..cfeac8a36
--- /dev/null
+++ b/argon2/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/argon2
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/argon2.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libargon2.a
+lrwxrwxrwx root/root usr/lib/libargon2.so -> libargon2.so.1
+-rwxr-xr-x root/root usr/lib/libargon2.so.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libargon2.pc
diff --git a/argon2/.signature b/argon2/.signature
new file mode 100644
index 000000000..390a1b70b
--- /dev/null
+++ b/argon2/.signature
@@ -0,0 +1,6 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3+r/ZtBL6Rl8hb4BofGExhllSK4uo6BW+ZXDnrARl/8EZuRpVItcGivXxYbaVXw8l3aRZ1NuYhXdUQcfX0khrwQ=
+SHA256 (Pkgfile) = 875b9639097d0b3656817fcf5b264a5d68b71a0b34e40714a12bad0d5aca5a0f
+SHA256 (.footprint) = ecfd3f39e069d04ac53985d4c8389fa2e3a9081c44f914083cbd39682a45d722
+SHA256 (phc-winner-argon2-20171227.tar.gz) = eaea0172c1f4ee4550d1b6c9ce01aab8d1ab66b4207776aa67991eb5872fdcd8
+SHA256 (libargon2.pc) = 4189ce6c183319ceaf2c4ec96facd424deeaa9e2819efb7511893bcf3ef5c836
diff --git a/argon2/Pkgfile b/argon2/Pkgfile
new file mode 100644
index 000000000..03368f083
--- /dev/null
+++ b/argon2/Pkgfile
@@ -0,0 +1,16 @@
+# Description: The password hash Argon2
+# URL: https://github.com/P-H-C/phc-winner-argon2
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=argon2
+version=20171227
+release=1
+source=(https://github.com/P-H-C/phc-winner-argon2/archive/20171227/phc-winner-argon2-20171227.tar.gz libargon2.pc)
+
+build() {
+ cd phc-winner-$name-$version
+ make
+ make DESTDIR=$PKG install
+ install -D -m0644 libargon2.pc $PKG/usr/lib/pkgconfig/libargon2.pc
+}
diff --git a/argon2/libargon2.pc b/argon2/libargon2.pc
new file mode 100644
index 000000000..c41e1c0ce
--- /dev/null
+++ b/argon2/libargon2.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libargon2
+Description: Development libraries for libargon2
+Version: @UPSTREAM_VER@
+Libs: -L${libdir} -largon2 -lrt -ldl
+Cflags:
+URL: https://github.com/P-H-C/phc-winner-argon2

Generated by cgit