# -*- 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 name terraform version 0.12.17 categories sysutils license MPL-2 maintainers {emcrisostomo @emcrisostomo} {gmail.com:herby.gillot @herbygillot} openmaintainer platforms darwin supported_archs x86_64 description A tool for building, changing, and versioning \ infrastructure safely and efficiently. long_description \ Terraform is an infrastructure as code software \ by HashiCorp. It allows users to define a datacenter \ infrastructure in a high-level configuration language, \ from which it can create an execution plan to build \ the infrastructure in a service provider such as AWS. homepage https://www.terraform.io/downloads.html master_sites https://releases.hashicorp.com/${name}/${version} distname ${name}_${version}_darwin_amd64 checksums rmd160 e7aaac904882fcd4f03c58fb3448119d46515cfb \ sha256 b0ab66e77bac3abcd8b36afa5e567ab4fef103fc21c4a223c954c4ea60f5d244 \ size 17236599 use_configure no use_zip yes extract.mkdir yes # The default build is a binary install. build { } destroot { file copy ${worksrcpath}/terraform ${destroot}${prefix}/bin } livecheck.type regex livecheck.url https://releases.hashicorp.com/terraform/ livecheck.regex >terraform_(\\d+(\\.\\d+)+)<