mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
11 lines
360 B
Bash
Executable File
11 lines
360 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libexpat
|
|
version=2.4.8
|
|
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#f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25"
|
|
)
|
|
workdir=expat-${version}
|