diff options
Diffstat (limited to 'repo/system/xxhash/xxhash.xibuild')
-rw-r--r-- | repo/system/xxhash/xxhash.xibuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/system/xxhash/xxhash.xibuild b/repo/system/xxhash/xxhash.xibuild deleted file mode 100644 index 6691fd9..0000000 --- a/repo/system/xxhash/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 -} - |