diff options
Diffstat (limited to 'repo/core/zstd.xibuild')
-rw-r--r-- | repo/core/zstd.xibuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/zstd.xibuild b/repo/core/zstd.xibuild deleted file mode 100644 index 40a7a5a..0000000 --- a/repo/core/zstd.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DEPS=(glibc gcc-libs zlib xz lz4) - -SOURCE=https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz -DESC="the Zstandard real-time compression algorithm" - -build () { - make - - # fix these tests to work - #make check - make prefix=$PKG_DEST/usr install -} |