summaryrefslogtreecommitdiff
path: root/repo/core/zstd.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 01:23:51 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 01:23:51 +0000
commitcb447620084a20be80d116c81c2e9ec110be7118 (patch)
tree9fc0d714abbb5c6326b60616a5fd27ec9f984895 /repo/core/zstd.xibuild
parent153011e9129c6055ef21c48caf65a23e74a91418 (diff)
restructured repo system
Diffstat (limited to 'repo/core/zstd.xibuild')
-rw-r--r--repo/core/zstd.xibuild14
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
-}