13 lines
452 B
Bash
13 lines
452 B
Bash
|
# Template file for 'terraform'
|
||
|
pkgname=terraform
|
||
|
version=0.6.14
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
short_desc="A tool for building, changing, and combining infrastructure"
|
||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||
|
license="MPL-2.1"
|
||
|
homepage="https://www.terraform.io/"
|
||
|
go_import_path="github.com/hashicorp/$pkgname"
|
||
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||
|
checksum=e19a35e4794ea551d3e42abf771069c658d121c5ebbb7bc1c48c2822412c1825
|