void-packages/srcpkgs/kafkacat/template

19 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
}