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`.
31 lines
948 B
Tcl
31 lines
948 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/mkimuram/k8sviz 0.3.4
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description \
|
|
Generate Kubernetes architecture diagrams from the actual state in a \
|
|
namespace resources
|
|
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 0f14295f741d41b88c0e10793a7608f96c3efc9d \
|
|
sha256 2c22c9c4f9588200ef6f0c72f131054f394260a42e5a1dddc52cd2f219206a70 \
|
|
size 901039
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license Apache-2.0
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
build.args-append ./cmd/${name}
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|