mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Add ext-mbstring,ext-mbregex,onig
This commit is contained in:
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