12 lines
448 B
Bash
12 lines
448 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=0.12.24
|
|
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=11f547db8893abd10861b153311eb9690013249282ea015a023f1ea1f9146b6d
|