# -*- 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/helmwave/helmwave 0.36.4 v go.offline_build no github.tarball_from archive revision 0 homepage https://helmwave.github.io description Helmwave is like docker-compose for Helm long_description Helmwave is helm-native tool for deploying your Helm \ Charts via GitOps. HelmWave is like docker-compose for \ Helm. checksums rmd160 95a6738b61231ec6dcaa088d062658d19296b944 \ sha256 cd0c45d7972036b05a975a60408d1aefa77e9456562e4e7310db5856cd659545 \ size 196911 categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer build.pre_args-append \ -ldflags \"-X ${go.package}/pkg/version.Version=${version}\" build.args ./cmd/${name} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }