# -*- 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/ksctl/cli 1.3.1 v
go.offline_build    no
name                ksctl
revision            0

homepage            https://ksctl.com/

description         \
    Simplified Kubernetes Clusters Lifecycle Management \(Core\)

long_description    \
    {*}${description}. It aims to simplify a collection of kubernetes \
    clusters running on different cloud providers. It provides a simple and \
    intuitive interface for managing Kubernetes clusters. It is designed to \
    be efficient and can perform tasks quickly and without the need for \
    additional tools. It is a powerful tool that can be used to perform a \
    wide range of tasks.

categories          sysutils
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  42d2035925871cb7a461d44d3da2a24d50e5b57a \
                    sha256  1b62fab92fb8051580ebe47d2038d8bf7ace7355ea3f7f02571b5433eb4fc58d \
                    size    75660

build.args-append   -o ${name} ./cli

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