Add ext-mbstring,ext-mbregex,onig

This commit is contained in:
crazywhalecc
2026-02-04 16:24:57 +08:00
parent 0652d4aa03
commit 3fa2d69813
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
ext-mbregex:
type: php-extension
depends:
- onig
- ext-mbstring
php-extension:
arg-type: custom
build-shared: false
build-static: true

View File

@@ -0,0 +1,4 @@
ext-mbstring:
type: php-extension
php-extension:
arg-type: custom

15
config/pkg/lib/onig.yml Normal file
View File

@@ -0,0 +1,15 @@
onig:
type: library
artifact:
source:
type: ghrel
repo: kkos/oniguruma
match: onig-.+\.tar\.gz
metadata:
license-files: [COPYING]
license: Custom
headers:
- oniggnu.h
- oniguruma.h
static-libs@unix:
- libonig.a