aboutsummaryrefslogtreecommitdiff
path: root/community/lz4
diff options
context:
space:
mode:
Diffstat (limited to 'community/lz4')
-rwxr-xr-xcommunity/lz4/build12
-rw-r--r--community/lz4/checksums2
-rw-r--r--community/lz4/meta3
-rw-r--r--community/lz4/sources1
-rw-r--r--community/lz4/version1
5 files changed, 19 insertions, 0 deletions
diff --git a/community/lz4/build b/community/lz4/build
new file mode 100755
index 00000000..918a76c1
--- /dev/null
+++ b/community/lz4/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+mk() {
+ make \
+ PREFIX=/usr \
+ "$@"
+}
+
+mk -C lib
+mk -C programs LDFLAGS="$LDFLAGS -static" lz4 lz4c
+
+mk DESTDIR="$1" install
diff --git a/community/lz4/checksums b/community/lz4/checksums
new file mode 100644
index 00000000..0497168c
--- /dev/null
+++ b/community/lz4/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+3e69fd475e7852e17594985528b5232afeba7d3d56cfebe2e89071768b2ab36a v1.10.0.tar.gz
diff --git a/community/lz4/meta b/community/lz4/meta
new file mode 100644
index 00000000..c95cd673
--- /dev/null
+++ b/community/lz4/meta
@@ -0,0 +1,3 @@
+description: LZ4 compression utilites
+license: BSD-2-Clause, GPL-2.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/lz4/sources b/community/lz4/sources
new file mode 100644
index 00000000..dec27caf
--- /dev/null
+++ b/community/lz4/sources
@@ -0,0 +1 @@
+https://github.com/lz4/lz4/archive/v1.10.0.tar.gz
diff --git a/community/lz4/version b/community/lz4/version
new file mode 100644
index 00000000..ac83b38b
--- /dev/null
+++ b/community/lz4/version
@@ -0,0 +1 @@
+1.10.0 1