kafkacat: rename to kcat, update to 1.7.0.

This commit is contained in:
Frank Steinborn 2022-03-06 12:59:08 +01:00 committed by Echo
parent a5a7edb3bb
commit 850a4f6436
3 changed files with 26 additions and 18 deletions

1
srcpkgs/kafkacat Symbolic link
View file

@ -0,0 +1 @@
kcat

View file

@ -1,18 +0,0 @@
# 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
}

25
srcpkgs/kcat/template Normal file
View file

@ -0,0 +1,25 @@
# 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="Frank Steinborn <steinex@nognu.de>"
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
}