mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
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/boz/kail 0.17.4 v
|
|
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
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 c5f31cbbcbf07f233df7a44491dd9f30a1f2fb63 \
|
|
sha256 73ff6cbf4b1fd166ff4122f116112e08ade5639cddb70cd078539efeb96ff030 \
|
|
size 29260
|
|
|
|
go.offline_build no
|
|
|
|
build.cmd make
|
|
build.target build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|