mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
12 lines
376 B
Bash
Executable file
12 lines
376 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='libexpat'
|
|
version='2.5.0'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=(
|
|
'conftools/config.sub'
|
|
)
|
|
files=(
|
|
"https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz#ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe"
|
|
)
|
|
workdir="expat-${version}"
|