# Template file for 'terraform-ls'
pkgname=terraform-ls
version=0.38.6
revision=1
build_style=go
go_import_path="github.com/hashicorp/terraform-ls"
checkdepends="git"
short_desc="Terraform Language Server"
maintainer="Emil Tomczyk <emru@emru.xyz>"
license="MPL-2.0"
homepage="https://github.com/hashicorp/terraform-ls"
changelog="https://raw.githubusercontent.com/hashicorp/terraform-ls/main/CHANGELOG.md"
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
checksum=76df608818567cc02cfba57e23558a5ba561b3aa0a60c2f3abf1a1e2f8b282fc

post_install() {
	vlicense LICENSE
}
