mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
Create package.yml
This commit is contained in:
parent
8f12669c03
commit
86d7415c77
1 changed files with 33 additions and 0 deletions
33
projects/github.com/confluentinc/librdkafka/package.yml
Normal file
33
projects/github.com/confluentinc/librdkafka/package.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
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: '*'
|
||||||
|
openssl.org: '1.1'
|
||||||
|
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}}
|
Loading…
Reference in a new issue