mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/github.com/edenhill/kcat/package.yml
This commit is contained in:
parent
b2611e7df7
commit
0d356a783a
29
projects/github.com/edenhill/kcat/package.yml
Normal file
29
projects/github.com/edenhill/kcat/package.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
distributable:
|
||||
url: https://github.com/edenhill/kcat/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
versions:
|
||||
github: edenhill/kcat
|
||||
dependencies:
|
||||
apache.org/avro: '*'
|
||||
github.com/confluentinc/librdkafka: '*'
|
||||
github.com/confluentinc/libserdes: '*'
|
||||
lloyd.github.io/yajl: '*'
|
||||
build:
|
||||
dependencies:
|
||||
linux:
|
||||
gnu.org/gcc: '*'
|
||||
gnu.org/make: '*'
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --enable-json
|
||||
- --enable-avro
|
||||
provides:
|
||||
- bin/kcat
|
||||
test:
|
||||
script:
|
||||
- kcat -X list
|
Loading…
Reference in a new issue