kl: new port (v0.9.1)

This commit is contained in:
Herby Gillot
2026-04-15 19:10:42 -04:00
parent a01f984c6d
commit f6dfaeb673
+25
View File
@@ -0,0 +1,25 @@
# -*- 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
go.setup github.com/robinovitch61/kl 0.9.1 v
go.offline_build no
revision 0
description An interactive Kubernetes log viewer for your terminal.
long_description {*}${description}
categories sysutils
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 d1c57223cca258618872f39da66aea18d7addfde \
sha256 774b77fce41798abb057e01996740850c52d27457b38499abe91af3ea65d3bc9 \
size 5299942
destroot {
xinstall -m 0755 ${worksrcpath}/kl ${destroot}${prefix}/bin/
}