summaryrefslogtreecommitdiff
path: root/repo/system/xxhash.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/xxhash.xibuild')
-rw-r--r--repo/system/xxhash.xibuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/system/xxhash.xibuild b/repo/system/xxhash.xibuild
deleted file mode 100644
index 6691fd9..0000000
--- a/repo/system/xxhash.xibuild
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/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
-}
-