void-packages/srcpkgs/terraform-ls/template
Sora Morimoto 330fa652c1 terraform-ls: update to 0.15.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-03-16 00:08:47 -03:00

17 lines
463 B
Bash

# Template file for 'terraform-ls'
pkgname=terraform-ls
version=0.15.0
revision=1
build_style=go
go_import_path="github.com/hashicorp/$pkgname"
short_desc="Terraform Language Server"
maintainer="Sora Morimoto <sora@morimoto.io>"
license="MPL-2.0"
homepage="https://github.com/hashicorp/terraform-ls"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1efa538816c8678fe1e1243bdd99b913056d64826d631dfd7a6795c37573ed97
post_install() {
vlicense LICENSE
}