mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
8 lines
344 B
Bash
Executable file
8 lines
344 B
Bash
Executable file
#!/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'
|