void-packages/srcpkgs/terraform-ls/template
Sora Morimoto 605d48a536 terraform-ls: update to 0.12.1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-02-15 01:03:00 -03:00

16 lines
463 B
Bash

# Template file for 'terraform-ls'
pkgname=terraform-ls
version=0.12.1
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=796577a1b9da762d284b1765a033660670ed607c62455adb3299dacbd90cdb2e
post_install() {
vlicense LICENSE
}