void-packages/srcpkgs/kafkacat/template
Kyle Nusbaum 36c5a0fd64 kafkacat: bump revision for librdkafka update
The checksum has changed, meaning this is a different build of 1.6.0 than
the previous revision.
2022-01-16 15:59:02 -03:00

18 lines
524 B
Bash

# Template file for 'kafkacat'
pkgname=kafkacat
version=1.6.0
revision=2
wrksrc="kcat-${version}"
build_style=configure
configure_args="--prefix=/usr"
makedepends="librdkafka-devel"
short_desc="Command line Apache Kafka producer and consumer"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="BSD-2-Clause"
homepage="https://github.com/edenhill/kafkacat"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=300fd861d2d6b406ae8a9f5538055449e10da611076959993b8e2430101c4ea1
post_install() {
vlicense LICENSE
}