From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/zstd.xibuild | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 repo/core/zstd.xibuild (limited to 'repo/core/zstd.xibuild') 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 -} -- cgit v1.2.1