# -*- 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
maintainers {emcrisostomo @emcrisostomo} {gmail.com:herby.gillot @herbygillot} openmaintainer
description A tool for building, changing, and versioning \
infrastructure safely and efficiently.
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 \
# The default build is a binary install.
file copy ${worksrcpath}/terraform ${destroot}${prefix}/bin
livecheck.url https://releases.hashicorp.com/terraform/
livecheck.regex >terraform_(\\d+(\\.\\d+)+)<