Skip to content

Commit

Permalink
kaf: update to 0.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Nov 13, 2021
1 parent 0007754 commit ce3c784
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions sysutils/kaf/Portfile
Expand Up @@ -3,35 +3,32 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/birdayz/kaf 0.1.41 v
go.setup github.com/birdayz/kaf 0.1.42 v
github.tarball_from archive
revision 0

description Modern CLI for Apache Kafka, written in Go
long_description {*}${description}

categories sysutils
installs_libs no
license Apache-2

maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

installs_libs no

# Allow Go to download deps at build time
build.env-delete GO111MODULE=off GOPROXY=off

build.cmd make
build.target build

destroot {
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}

checksums rmd160 52f281ef1b8041a596d3be545b0b8c1da8a13edc \
sha256 ddd146784a540339557e0959c109bd362801665b8e71fffd88f06fa118a47ef9 \
size 849256

github.tarball_from archive
checksums rmd160 14df7abc3d113cc958a9dcf5e278c228c5700890 \
sha256 cb8f33ce07170c346d3b7521994f04a6ea5d35ee96955e779d4d239628d4de10 \
size 849356

notes "
Expand Down

0 comments on commit ce3c784

Please sign in to comment.