1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

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
2 changed files with 6 additions and 0 deletions

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'