17 lines
533 B
Bash
17 lines
533 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=0.8.4
|
|
revision=1
|
|
build_style=go
|
|
short_desc="A tool for building, changing, and combining infrastructure"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="MPL-2.0"
|
|
homepage="https://www.terraform.io/"
|
|
go_import_path="github.com/hashicorp/$pkgname"
|
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
|
checksum=71e93503614f073f00eb65b1379ac6b80ea8a881998490a016af15208853be73
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*) broken="go i686 is broken for now";;
|
|
esac
|