diff options
Diffstat (limited to 'repo/core/xxhash.xibuild')
-rw-r--r-- | repo/core/xxhash.xibuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/core/xxhash.xibuild b/repo/core/xxhash.xibuild deleted file mode 100644 index 1b8fe5a..0000000 --- a/repo/core/xxhash.xibuild +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DEPS=(sh) - -SOURCE=https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz -DESC="xxHash is an Extremely fast Hash algorithm" - - -build () { - make - make DESTDIR=$PKG_DEST install -} - |