mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
16 lines
288 B
YAML
16 lines
288 B
YAML
|
|
ext-rdkafka:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: ghtar
|
||
|
|
repo: arnaud-lb/php-rdkafka
|
||
|
|
extract: php-src/ext/rdkafka
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: MIT
|
||
|
|
depends:
|
||
|
|
- librdkafka
|
||
|
|
lang: cpp
|
||
|
|
php-extension:
|
||
|
|
arg-type: custom
|