13 lines
447 B
Bash
13 lines
447 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=0.13.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/hashicorp/$pkgname"
|
|
short_desc="Tool for building, changing, and combining infrastructure"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="MPL-2.0"
|
|
homepage="https://www.terraform.io/"
|
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
|
checksum=f1138827f4a60f028860dddb742d8c1ab06d0b6975c9312bc7e9b399e8e040b5
|