summaryrefslogtreecommitdiff
path: root/repo/system/zstd
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/zstd')
-rw-r--r--repo/system/zstd/zstd.xibuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/repo/system/zstd/zstd.xibuild b/repo/system/zstd/zstd.xibuild
deleted file mode 100644
index 827025e..0000000
--- a/repo/system/zstd/zstd.xibuild
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl zlib xz lz4"
-
-PKG_VER=1.5.1
-SOURCE=https://github.com/facebook/zstd/releases/download/v$PKG_VER/zstd-$PKG_VER.tar.gz
-DESC="the Zstandard real-time compression algorithm"
-
-build () {
- make
-}
-
-check () {
- # fix these tests to work
- make check || true
-}
-
-package () {
- make prefix=$PKG_DEST/usr install
-}