summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ports/AvailablePorts.md1
-rwxr-xr-xPorts/lz4/package.sh5
2 files changed, 6 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 390f7510c1..30f82be204 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -134,6 +134,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
+| [`lz4`](lz4/) | lz4 - Extremely Fast Compression algorithm | 1.9.3 | https://github.com/lz4/lz4 |
| [`m4`](m4/) | GNU M4 | 1.4.19 | https://www.gnu.org/software/m4/ |
| [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ |
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
diff --git a/Ports/lz4/package.sh b/Ports/lz4/package.sh
new file mode 100755
index 0000000000..9c3b1de443
--- /dev/null
+++ b/Ports/lz4/package.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env -S bash ../.port_include.sh
+port='lz4'
+version='1.9.3'
+files="https://github.com/lz4/lz4/archive/refs/tags/v${version}.tar.gz lz4-${version}.tar.gz 030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1"
+auth_type='sha256'