2021-01-22 19:44:05 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2019-10-04 10:18:57 +03:00
|
|
|
port=libexpat
|
2022-04-01 04:19:51 +03:00
|
|
|
version=2.4.8
|
2019-10-04 10:18:57 +03:00
|
|
|
useconfigure=true
|
2022-01-08 16:32:29 +03:00
|
|
|
use_fresh_config_sub=true
|
2022-05-25 13:51:13 +03:00
|
|
|
config_sub_paths=("conftools/config.sub")
|
2023-07-10 14:10:29 +03:00
|
|
|
files=(
|
2023-09-02 07:32:27 +03:00
|
|
|
"https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz#f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25"
|
2023-07-10 14:10:29 +03:00
|
|
|
)
|
2020-02-04 03:11:35 +03:00
|
|
|
workdir=expat-${version}
|