1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:47:35 +00:00

Ports: Add lzop compression utility port

This commit is contained in:
Liav A 2022-10-16 07:58:31 +03:00 committed by Linus Groh
parent d7eb6d8330
commit 4b27c6e688
4 changed files with 52 additions and 0 deletions

9
Ports/lzop/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='lzop'
version='1.04'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('autoconf/config.sub')
files="https://www.lzop.org/download/lzop-${version}.tar.gz lzop-${version}.tar.gz 7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41"
auth_type='sha256'
depends=("lzo")