Files

44 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2021-01-04 00:11:56 -05:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup golang 1.0
2025-12-08 23:26:09 -05:00
go.setup github.com/birdayz/kaf 0.2.13 v
2024-01-21 17:04:40 -05:00
go.offline_build no
2021-01-04 00:11:56 -05:00
revision 0
description Modern CLI for Apache Kafka, written in Go
2022-04-30 01:22:26 -04:00
2021-01-04 00:11:56 -05:00
long_description {*}${description}
categories sysutils
2021-11-13 08:07:42 -05:00
installs_libs no
2021-01-04 00:11:56 -05:00
license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2021-09-08 13:59:09 -04:00
build.cmd make
build.target build
2021-01-04 00:11:56 -05:00
destroot {
2021-11-13 08:07:42 -05:00
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
2021-01-04 00:11:56 -05:00
}
2025-12-08 23:26:09 -05:00
checksums rmd160 14a2a742ec0b546a61dcfe0743bfbcc66520269d \
sha256 df0ad80c7be9ba53a074cb84033bd477780c151d7cbf57b6d2c2d9b8c62b7847 \
size 846118
2021-01-04 00:11:56 -05:00
notes "
To add shell completions for kaf, source the completion script in your shell
commands file:
Bash
$ echo 'source <(kaf completion bash)' >> ~/.bashrc
Zsh
$ echo 'source <(kaf completion zsh)' >> ~/.zshrc
"