mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
13 lines
422 B
Bash
Executable file
13 lines
422 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libarchive
|
|
version=3.6.1
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
config_sub_paths=("build/autoconf/config.sub")
|
|
configopts=("--without-xml2")
|
|
files=(
|
|
"https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2"
|
|
)
|
|
depends=("zlib" "pcre")
|
|
|
|
export ac_cv_header_regex_h=no
|