summaryrefslogtreecommitdiff
path: root/libsodium/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libsodium/Pkgfile')
-rw-r--r--libsodium/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libsodium/Pkgfile b/libsodium/Pkgfile
new file mode 100644
index 000000000..3f3388d59
--- /dev/null
+++ b/libsodium/Pkgfile
@@ -0,0 +1,16 @@
+# Description: A modern, portable, easy to use crypto library
+# URL: https://github.com/jedisct1/libsodium
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=libsodium
+version=1.0.18
+release=1
+source=(https://github.com/jedisct1/libsodium/archive/1.0.18-RELEASE/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version-RELEASE
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit