# -*- 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.5.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  4676172b62db506ecfea11264609e61bc6718cc6 \
                    sha256  bb491140103f0d8c178966355114f0eb9b35ad64323fba7448d475112d8847fc \
                    size    2219896

build.cmd           make
build.target        all

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

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