# -*- 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/apache/cloudstack-cloudmonkey 6.4.0
go.offline_build    no
name                cloudmonkey
revision            0

description         CloudMonkey is a command line interface for Apache \
                    Cloudstack.

long_description    {*}${description} CloudMonkey can be used both as an \
                    interactive shell, and as a command line tool which \
                    simplifies Apache CloudStack configuration and management.

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

checksums           rmd160  27f403761295b166dc4d18f9255ae14868ae21ec \
                    sha256  7d6f826850c575497b52f23ef7cc811af3b08ce77191e01eb0c4d32f8b2d8c07 \
                    size    2105711

build.cmd           make
build.target        all

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

github.livecheck.regex  {([0-9.]+)}
