aboutsummaryrefslogtreecommitdiff
path: root/core/zstd
diff options
context:
space:
mode:
Diffstat (limited to 'core/zstd')
-rwxr-xr-xcore/zstd/build4
-rw-r--r--core/zstd/checksums1
-rw-r--r--core/zstd/sources1
-rw-r--r--core/zstd/version1
4 files changed, 7 insertions, 0 deletions
diff --git a/core/zstd/build b/core/zstd/build
new file mode 100755
index 00000000..28bda353
--- /dev/null
+++ b/core/zstd/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+make PREFIX=/usr
+make DESTDIR="$1" PREFIX=/usr install
diff --git a/core/zstd/checksums b/core/zstd/checksums
new file mode 100644
index 00000000..42bae848
--- /dev/null
+++ b/core/zstd/checksums
@@ -0,0 +1 @@
+a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8 v1.4.4.tar.gz
diff --git a/core/zstd/sources b/core/zstd/sources
new file mode 100644
index 00000000..b83c1798
--- /dev/null
+++ b/core/zstd/sources
@@ -0,0 +1 @@
+https://github.com/facebook/zstd/archive/v1.4.4.tar.gz
diff --git a/core/zstd/version b/core/zstd/version
new file mode 100644
index 00000000..b21a163a
--- /dev/null
+++ b/core/zstd/version
@@ -0,0 +1 @@
+1.4.4 1