17 lines
499 B
Bash
17 lines
499 B
Bash
# Template file for 'kafkacat'
|
|
pkgname=kafkacat
|
|
version=1.6.0
|
|
revision=1
|
|
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=e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|