mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Add ext-mbstring,ext-mbregex,onig
This commit is contained in:
9
config/pkg/ext/ext-mbregex.yml
Normal file
9
config/pkg/ext/ext-mbregex.yml
Normal 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
|
||||
4
config/pkg/ext/ext-mbstring.yml
Normal file
4
config/pkg/ext/ext-mbstring.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
ext-mbstring:
|
||||
type: php-extension
|
||||
php-extension:
|
||||
arg-type: custom
|
||||
15
config/pkg/lib/onig.yml
Normal file
15
config/pkg/lib/onig.yml
Normal 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
|
||||
Reference in New Issue
Block a user