Files

38 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2021-12-06 02:26:02 -05: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-01-25 11:08:47 -05:00
go.setup github.com/minamijoyo/tfmigrate 0.4.4 v
2023-09-04 20:48:39 -04:00
go.offline_build no
2021-12-06 02:26:02 -05:00
revision 0
description A Terraform state migration tool for GitOps
long_description {*}${description}
categories sysutils
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2026-01-25 11:08:47 -05:00
checksums rmd160 95a2a67dbe3fecac2002796c64fd504b72f65159 \
sha256 85d8fa6881efdd444a3102dfbddc0559380643d2d72d871c1cbe3cfd3df1902d \
size 94825
2022-04-19 09:28:09 -04:00
2021-12-06 02:26:02 -05:00
build.cmd make
build.target build
patch {
# Don't try to download dependencies as a prerequisite to build
reinplace {s|^build: deps|build:|} ${worksrcpath}/Makefile
}
destroot {
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
}
2024-11-21 00:36:47 -05:00
github.livecheck.regex \
{([0-9.]+)}