1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47:45 +00:00

Ports: Add port for pcre

This commit is contained in:
Gunnar Beutner 2021-04-12 01:38:56 +02:00 committed by Andreas Kling
parent f5ccecacc5
commit 97471030e7
4 changed files with 35 additions and 0 deletions

10
Ports/pcre/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/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"