14 lines
466 B
Bash
14 lines
466 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=1.9.7
|
|
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="BUSL-1.1"
|
|
homepage="https://www.terraform.io/"
|
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
|
checksum=3409674469938669ba0cda3b437a54cbe3e47b3a2a66c226311afa05e15389a4
|
|
repository=nonfree
|