2021-02-03 16:41:43 -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
|
|
|
|
|
|
2024-01-22 16:16:59 -05:00
|
|
|
go.setup github.com/boz/kail 0.17.4 v
|
2021-02-03 16:41:43 -05:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
description Kubernetes log viewer
|
|
|
|
|
|
|
|
|
|
long_description Kubernetes tail. Streams logs from all containers of all \
|
|
|
|
|
matched pods. Match pods by service, replicaset, \
|
|
|
|
|
deployment, and others. Adjusts to a changing cluster - \
|
|
|
|
|
pods are added and removed from logging as they fall in \
|
|
|
|
|
or out of the selection.
|
|
|
|
|
|
|
|
|
|
categories sysutils
|
|
|
|
|
installs_libs no
|
2023-01-04 06:19:14 -05:00
|
|
|
license MIT
|
2021-02-03 16:41:43 -05:00
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
|
2024-01-22 16:16:59 -05:00
|
|
|
checksums rmd160 c5f31cbbcbf07f233df7a44491dd9f30a1f2fb63 \
|
|
|
|
|
sha256 73ff6cbf4b1fd166ff4122f116112e08ade5639cddb70cd078539efeb96ff030 \
|
|
|
|
|
size 29260
|
2023-01-04 06:19:14 -05:00
|
|
|
|
2023-08-10 13:41:21 -04:00
|
|
|
go.offline_build no
|
2023-01-04 06:19:14 -05:00
|
|
|
|
2021-02-03 16:41:43 -05:00
|
|
|
build.cmd make
|
|
|
|
|
build.target build
|
|
|
|
|
|
|
|
|
|
destroot {
|
2023-01-04 06:19:14 -05:00
|
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
2021-02-03 16:41:43 -05:00
|
|
|
}
|