# # Perl-compatible regular expressions (version 2). # # The PCRE2 library is a set of C functions that implement regular # expression pattern matching using the same syntax and semantics as # Perl 5. PCRE2 has its own native API, as well as a set of wrapper # functions that correspond to the POSIX regular expression API. # The PCRE2 library is free, even for building proprietary software. # It comes in three forms, for processing 8-bit, 16-bit, or 32-bit code # units, in either literal or UTF encoding. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=pcre2 pkgversion=10.42 arch=amd64 release=1 pkgcategory="libs" full_pkgname=pcre2_10.42_amd64-1@libs blurb="Perl-compatible regular expressions (version 2)." homepage="https://www.pcre.org" license="BSD" fetch="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.bz2" replace=""