Files

41 lines
1.3 KiB
Tcl

# -*- 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 5.1.0 v
go.package github.com/hairyhenderson/gomplate/v5
go.offline_build no
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 522aab2ea8a06c6e8cf7b8cd4432f13b5a844ae4 \
sha256 b6763aaf2c52a2e57a02f5e4cae199166b1ae8df8beb43ef5c927bb10ca775fc \
size 608049
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.]+)}