mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
11 lines
367 B
Bash
Executable File
11 lines
367 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=pcre
|
|
version=8.44
|
|
useconfigure=true
|
|
files="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.gz pcre-${version}.tar.gz
|
|
https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.gz.sig pcre-${version}.tar.gz.sig"
|
|
|
|
auth_type="sig"
|
|
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"
|
|
auth_opts="pcre-${version}.tar.gz.sig"
|