17 lines
499 B
Bash
17 lines
499 B
Bash
# Template file for 'kafkacat'
|
|
pkgname=kafkacat
|
|
version=1.5.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=16f358fab258cbefc328cf642f72ee8b5dae1648657d508997279ca5bd0fbef0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|