2021-01-22 16:44:05 +00:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2023-09-01 13:27:50 +00:00
|
|
|
port='libexpat'
|
2023-09-01 18:34:18 +00:00
|
|
|
version='2.5.0'
|
2023-09-01 13:27:50 +00:00
|
|
|
useconfigure='true'
|
|
|
|
use_fresh_config_sub='true'
|
|
|
|
config_sub_paths=(
|
|
|
|
'conftools/config.sub'
|
|
|
|
)
|
2023-07-10 11:10:29 +00:00
|
|
|
files=(
|
2023-09-01 18:34:18 +00:00
|
|
|
"https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz#ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe"
|
2023-07-10 11:10:29 +00:00
|
|
|
)
|
2023-09-01 13:27:50 +00:00
|
|
|
workdir="expat-${version}"
|