mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Add librdkafka
This commit is contained in:
19
config/pkg/lib/librdkafka.yml
Normal file
19
config/pkg/lib/librdkafka.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
librdkafka:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghtar
|
||||
repo: confluentinc/librdkafka
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: BSD-2-Clause
|
||||
suggests:
|
||||
- curl
|
||||
- liblz4
|
||||
- openssl
|
||||
- zlib
|
||||
- zstd
|
||||
lang: cpp
|
||||
pkg-configs:
|
||||
- rdkafka++-static
|
||||
- rdkafka-static
|
||||
Reference in New Issue
Block a user