# Template file for 'kcat'
pkgname=kcat
version=1.7.0
revision=1
build_style=configure
makedepends="librdkafka-devel"
short_desc="Command line Apache Kafka producer and consumer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/edenhill/kcat"
changelog="https://raw.githubusercontent.com/edenhill/kcat/master/CHANGELOG.md"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=baaed3cb6f5ade6a01355edb8819365e263a325375bee50727e009810e49cb38

do_install() {
	vman kcat.1
	vbin kcat
	vlicense LICENSE
}

kafkacat_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" (transitional dummy package)"
	build_style=meta
}
