# -*- 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/hairyhenderson/gomplate 4.1.0 v go.package github.com/hairyhenderson/gomplate/v4 go.offline_build no github.tarball_from archive revision 0 description \ A flexible commandline tool for template rendering. Supports lots of \ local and remote datasources. long_description \ ${name} is a template renderer which supports a growing list of \ datasources, such as: JSON (including EJSON - encrypted JSON), YAML, AWS \ EC2 metadata, BoltDB, Hashicorp Consul and Hashicorp Vault secrets. categories textproc installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 95622808159ad5dee7eb3cf5011b95ef726643ae \ sha256 6f2481f8e57e5bc0301a8e9234008997649a6076f866bbec6d30bee8c93aa6e6 \ size 583340 build.cmd make build.pre_args-append \ VERSION=${version} build.args build destroot { xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/ } github.livecheck.regex \ {([0-9.]+)}