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

Ports: Add lzo library port

This commit is contained in:
Liav A 2022-10-16 07:46:32 +03:00 committed by Linus Groh
parent b6861ee24c
commit d7eb6d8330
2 changed files with 9 additions and 0 deletions

8
Ports/lzo/package.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='lzo'
version='2.10'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('autoconf/config.sub')
files="https://www.oberhumer.com/opensource/lzo/download/lzo-${version}.tar.gz lzo-${version}.tar.gz c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
auth_type='sha256'