mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
15 lines
243 B
YAML
15 lines
243 B
YAML
|
|
ext-grpc:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: pecl
|
||
|
|
name: grpc
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: Apache-2.0
|
||
|
|
depends:
|
||
|
|
- grpc
|
||
|
|
lang: cpp
|
||
|
|
php-extension:
|
||
|
|
arg-type@unix: enable-path
|