# -*- 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/temporalio/tctl 1.18.1 v go.offline_build no github.tarball_from archive name temporal-cli revision 0 homepage https://temporal.io description CLI for Temporal long_description \ {*}${description}. Temporal is the open source microservices \ orchestration platform for running mission critical code at any scale. categories devel sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 1c5c2fa5a0166786b7030512513579649b822fe7 \ sha256 945272db4860e3a015e43b4ffc8fc24ecd585e604f4b94b3a964d2f4e51b9c32 \ size 228063 build.cmd make build.target build use_parallel_build no notes "temporal-cli is installed as tctl" destroot { xinstall -m 0755 ${worksrcpath}/tctl \ ${destroot}${prefix}/bin/ xinstall -m 0755 ${worksrcpath}/tctl-authorization-plugin \ ${destroot}${prefix}/bin/ }