# -*- 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/kubernetes/kompose 1.37.0 v go.offline_build no revision 0 maintainers {emcrisostomo @emcrisostomo} \ {gmail.com:herby.gillot @herbygillot} \ openmaintainer categories devel description Go from Docker Compose to Kubernetes long_description {*}${name} is a tool to help users who are \ familiar with docker-compose move to Kubernetes \ kompose takes a Docker Compose file and translates \ it into Kubernetes resources. homepage https://kompose.io/ license Apache-2 checksums rmd160 e766fc52594501fa85cfefec493366961d7ccdc5 \ sha256 92cddf4a1d86e3ec18506e13706bfd0adfa9cb5dcecf362f60bf2affabcee1c0 \ size 17994350 build.cmd make build.target bin destroot { xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ } test.run yes