mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
962 B
Tcl
32 lines
962 B
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/minamijoyo/tfupdate 0.9.3 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Update version constraints in your Terraform configurations
|
|
|
|
long_description {*}${description}
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 5dfbded42b131aec569f632ace23953c8eb98a21 \
|
|
sha256 282c5d0cb02d5bc43a4f0e7093e3ddc65ee04acf45ba9d47ec7bafbee19f7208 \
|
|
size 97200
|
|
|
|
build.cmd make
|
|
build.target build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|