summaryrefslogtreecommitdiff
path: root/repo/xxhash/xxhash.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xxhash/xxhash.xibuild')
-rw-r--r--repo/xxhash/xxhash.xibuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/xxhash/xxhash.xibuild b/repo/xxhash/xxhash.xibuild
new file mode 100644
index 0000000..6691fd9
--- /dev/null
+++ b/repo/xxhash/xxhash.xibuild
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+MAKEDEPS="make "
+DEPS="sh"
+
+PKG_VER=0.8.1
+SOURCE=https://github.com/Cyan4973/xxHash/archive/refs/tags/v$PKG_VER.tar.gz
+DESC="xxHash is an Extremely fast Hash algorithm"
+
+
+build () {
+ make PREFIX=/usr
+}
+
+package () {
+ make PREFIX=/usr DESTDIR=$PKG_DEST install
+}
+