mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
9 lines
376 B
Bash
Executable File
9 lines
376 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 expat-${version}.tar.xz f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25"
|
|
workdir=expat-${version}
|