mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
859 B
Tcl
26 lines
859 B
Tcl
# -*- 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/
|
||
|
|
}
|