mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 20:55:15 +02:00
13 lines
466 B
Bash
13 lines
466 B
Bash
# Template file for 'terraform'
|
|
pkgname=terraform
|
|
version=1.8.5
|
|
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=72268eabfb48016ce7b8d3c1a6a110ea6b5a321fed847e1113852bee76b5f6d6
|
|
repository=nonfree
|