pantry/projects/github.com/confluentinc/librdkafka/package.yml

34 lines
696 B
YAML
Raw Normal View History

2023-05-06 19:16:01 +03:00
distributable:
url: https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: confluentinc/librdkafka
dependencies:
lz4.org: '*'
zlib.net: '*'
2023-07-12 21:49:31 +03:00
openssl.org: '^1.1'
2023-05-06 19:16:01 +03:00
facebook.com/zstd: '*'
curl.se: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
freedesktop.org/pkg-config: '*'
python.org: '3.11'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
freedesktop.org/pkg-config: '*'
script:
pkg-config --modversion rdkafka | grep {{version}}