mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
cdd6d68b2a
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
11 lines
521 B
Bash
Executable file
11 lines
521 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libexpat
|
|
version=2.2.9
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
files="https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.tar.xz expat-${version}.tar.xz
|
|
https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.tar.xz.asc expat-${version}.tar.xz.asc"
|
|
workdir=expat-${version}
|
|
auth_type="sig"
|
|
auth_import_key="CB8DE70A90CFBF6C3BF5CC5696262ACFFBD3AEC6"
|
|
auth_opts=("expat-${version}.tar.xz.asc" "expat-${version}.tar.xz")
|