mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
19 lines
388 B
Bash
Executable file
19 lines
388 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='xz'
|
|
version='5.4.4'
|
|
depends=(
|
|
'libiconv'
|
|
'zlib'
|
|
)
|
|
files=(
|
|
"https://tukaani.org/xz/xz-${version}.tar.gz#aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8"
|
|
)
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=(
|
|
'build-aux/config.sub'
|
|
)
|
|
configopts=(
|
|
'--disable-static'
|
|
'--enable-shared'
|
|
)
|