# -*- 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.38.0 v
go.offline_build        no
go.toolchain_min        1.24.0
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  93dc9b5ab04f41bb7076fd0e7cb0007495252b41 \
                        sha256  1a6eb3e9a5084d0ce6d1a81628b314686b7cfa41124bace13eb188865f7640a0 \
                        size    17994819

build.cmd               make
build.target            bin

destroot {
    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}

test.run                yes
