ladybird/Ports/libexpat/package.sh

11 lines
360 B
Bash
Raw Normal View History

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
version=2.4.8
2019-10-04 10:18:57 +03:00
useconfigure=true
use_fresh_config_sub=true
config_sub_paths=("conftools/config.sub")
2023-07-10 14:10:29 +03:00
files=(
"https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz#f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25"
2023-07-10 14:10:29 +03:00
)
workdir=expat-${version}