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..8e939946
--- /dev/null
+++ b/community/lz4/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+938b3290689af1ab0bfd0c9e2b16637c579b2b52c463af8d24e3185991343aba v1.9.4.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..76256f9c
--- /dev/null
+++ b/community/lz4/sources
@@ -0,0 +1 @@
+https://github.com/lz4/lz4/archive/v1.9.4.tar.gz
diff --git a/community/lz4/version b/community/lz4/version
new file mode 100644
index 00000000..39bc92ac
--- /dev/null
+++ b/community/lz4/version
@@ -0,0 +1 @@
+1.9.4 1