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/system/zstd.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/system/zstd.xibuild (limited to 'repo/system/zstd.xibuild') diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild new file mode 100644 index 0000000..40a7a5a --- /dev/null +++ b/repo/system/zstd.xibuild @@ -0,0 +1,14 @@ +#!/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