void-packages/srcpkgs/terraform-ls/template

17 lines
505 B
Bash

# Template file for 'terraform-ls'
pkgname=terraform-ls
version=0.31.3
revision=2
build_style=go
go_import_path="github.com/hashicorp/terraform-ls"
short_desc="Terraform Language Server"
maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
license="MPL-2.0"
homepage="https://github.com/hashicorp/terraform-ls"
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
checksum=0175823793a95fdd96a5426d2e675054b0e46653f890ca0010887dd62f2c0e7e
post_install() {
vlicense LICENSE
}