summaryrefslogtreecommitdiff
path: root/repo/core/lz4.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/lz4.xibuild')
-rw-r--r--repo/core/lz4.xibuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/core/lz4.xibuild b/repo/core/lz4.xibuild
deleted file mode 100644
index 9e1dbad..0000000
--- a/repo/core/lz4.xibuild
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-DEPS=(sh)
-
-SOURCE=https://github.com/lz4/lz4/archive/refs/tags/v1.9.3.tar.gz
-DESC="A lossless compression algorithm, providing high compression speeds"
-
-
-build () {
- make
- make DESTDIR=$PKG_DEST install
-}
-