mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
c07f91474d
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
13 lines
528 B
Bash
Executable file
13 lines
528 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libarchive
|
|
version=3.5.2
|
|
useconfigure=true
|
|
configopts=("--without-xml2")
|
|
files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz
|
|
https://libarchive.org/downloads/libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz.asc"
|
|
depends=("zlib" "pcre")
|
|
auth_type="sig"
|
|
auth_import_key="A5A45B12AD92D964B89EEE2DEC560C81CEC2276E"
|
|
auth_opts=("libarchive-${version}.tar.gz.asc" "libarchive-${version}.tar.gz")
|
|
|
|
export ac_cv_header_regex_h=no
|