mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
19 lines
324 B
YAML
19 lines
324 B
YAML
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
|
|
static-libs@windows:
|
|
- onig.lib
|
|
- onig_a.lib
|