16 lines
595 B
Bash
16 lines
595 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=0.9.11
|
|
revision=1
|
|
build_style=go
|
|
short_desc="A tool for building, changing, and combining infrastructure"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
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=400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb
|
|
|
|
case "${XBPS_TARGET_MACHINE}" in
|
|
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;;
|
|
esac
|