# -*- 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/argoproj/argo-cd 2.11.3 v go.offline_build no github.tarball_from archive name argocd revision 0 homepage https://argoproj.github.io/argo-cd description Declarative continuous deployment for Kubernetes long_description \ Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. \ Argo CD follows the GitOps pattern of using Git repositories as the \ source of truth for defining the desired application state. This port \ installs the Argo CD CLI. categories devel sysutils installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 417ba2dbc62e420b9e930755afdbd80d003fb4ec \ sha256 60f59b03c2ea0ac8989bfa7037bba5bed74c3b01731f09705052048298b3c224 \ size 20532304 build.cmd make build.pre_args-append GOPATH=${gopath} build.args-append cli-local use_parallel_build no post-patch { reinplace {s|build -v -i|build -v|g} ${worksrcpath}/Makefile } destroot { xinstall -m 0755 ${worksrcpath}/dist/${name} ${destroot}${prefix}/bin/ } github.livecheck.regex {([0-9.]+)}