14 lines
466 B
Bash
14 lines
466 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=1.9.1
|
|
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=004c273f263d6e646ad8ba6c2defad2018942601c6e8f88b634668ac6ed07c12
|
|
repository=nonfree
|