Files

36 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2020-07-02 21:33:06 -04:00
# -*- 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
2025-10-04 11:45:45 -04:00
go.setup github.com/apache/cloudstack-cloudmonkey 6.5.0
2024-03-29 21:52:47 -04:00
go.offline_build no
2020-07-02 21:33:06 -04:00
name cloudmonkey
2021-10-17 09:27:16 -04:00
revision 0
2020-07-02 21:33:06 -04:00
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.
2021-10-17 09:27:16 -04:00
categories sysutils
installs_libs no
license Apache-2
2020-07-02 21:33:06 -04:00
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2025-10-04 11:45:45 -04:00
checksums rmd160 4676172b62db506ecfea11264609e61bc6718cc6 \
sha256 bb491140103f0d8c178966355114f0eb9b35ad64323fba7448d475112d8847fc \
size 2219896
2020-07-02 21:33:06 -04:00
build.cmd make
build.target all
destroot {
2023-05-18 13:47:17 -04:00
xinstall -m 0755 ${worksrcpath}/bin/cmk ${destroot}${prefix}/bin/
2020-07-02 21:33:06 -04:00
}
2023-12-24 17:15:35 -08:00
github.livecheck.regex {([0-9.]+)}