void-packages/srcpkgs/terraform/template
2017-04-13 20:16:38 +02:00

16 lines
599 B
Bash

# Template file for 'terraform'
pkgname=terraform
version=0.9.3
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=de57ba63f0314ba4e21818f048551a22afe61662bd72b3c81b01a47284fcaf3d
case "${XBPS_TARGET_MACHINE}" in
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;;
esac