mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
terraform: move to nonfree
This commit is contained in:
parent
dfa22bb0f9
commit
c6b8874e55
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=1.6.6
|
version=1.6.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
short_desc="Tool for building, changing, and combining infrastructure"
|
short_desc="Tool for building, changing, and combining infrastructure"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MPL-2.0"
|
license="BUSL-1.1"
|
||||||
homepage="https://www.terraform.io/"
|
homepage="https://www.terraform.io/"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=32680095f95de69b96af43c6e1aad61a660a2b167166737c6c8bc6040f9d3747
|
checksum=32680095f95de69b96af43c6e1aad61a660a2b167166737c6c8bc6040f9d3747
|
||||||
|
repository=nonfree
|
||||||
|
|
Loading…
Add table
Reference in a new issue