1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/pcre2: split static

This commit is contained in:
J0WI 2025-02-08 15:43:52 +01:00 committed by Jakub Jirutka
parent 2366aa93c6
commit ad8a2cea8c

View file

@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=pcre2
pkgver=10.43
pkgrel=0
pkgrel=1
pkgdesc="Perl-compatible regular expression library"
url="https://pcre.org/"
arch="all"
@ -13,6 +13,7 @@ depends_dev="
"
makedepends="$depends_dev"
subpackages="
$pkgname-static
$pkgname-dev
$pkgname-doc
$pkgname-tools