Ports: Add lz4 compression utility

This commit is contained in:
Liav A 2022-06-25 08:29:53 +03:00 committed by Linus Groh
parent cd115270fc
commit 1cd610072a
Notes: sideshowbarker 2024-07-17 09:58:13 +09:00
2 changed files with 6 additions and 0 deletions

View File

@ -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/ |

5
Ports/lz4/package.sh Executable file
View File

@ -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'