12 lines
446 B
Bash
12 lines
446 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=1.4.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=bbdd764589fc9273bcef50c35274738ca1016e8bb47dbd8180781b61eb8e9315
|