13 lines
446 B
Bash
13 lines
446 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=1.2.4
|
|
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=7d2f50449ddf87b6207b435a661ff3d6e3a9342f64d747211da7a558f8483997
|