Files

43 lines
1.4 KiB
Tcl
Raw Permalink Normal View History

2021-06-02 23:42:51 -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
2026-07-02 13:00:58 -04:00
go.setup github.com/helmfile/helmfile 1.6.0 v
2024-03-23 01:35:02 -04:00
go.offline_build no
2021-06-08 03:19:37 -04:00
revision 0
2021-06-02 23:42:51 -04:00
2022-07-07 14:27:17 -04:00
homepage https://helmfile.readthedocs.io
2021-06-02 23:42:51 -04:00
description Deploy Kubernetes Helm Charts
long_description Helmfile is a declarative spec for deploying helm charts. \
It lets you keep a directory of chart value files and \
maintain changes in version control, apply CI/CD to \
configuration changes, periodically sync to avoid skew in \
environments.
categories sysutils
2021-11-04 07:51:47 -04:00
installs_libs no
license MIT
2021-06-02 23:42:51 -04:00
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
build.cmd make
2023-03-30 16:48:42 -04:00
build.pre_args-append \
TAG=v${version}
build.args build
2021-06-02 23:42:51 -04:00
2026-07-02 13:00:58 -04:00
checksums rmd160 ff674f6107e18db13a96b8f7f8f8548bfbf1f47e \
sha256 152894fb2a75171316f8ebd2631a604a01a757d89e1ca7d0804126eed012a15d \
size 1349456
2023-03-30 16:48:42 -04:00
use_parallel_build no
2021-06-02 23:42:51 -04:00
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
2024-05-02 13:54:55 -04:00
github.livecheck.regex \
{([0-9.]+)}