17 lines
493 B
Bash
17 lines
493 B
Bash
# Template file for 'terraform-ls'
|
|
pkgname=terraform-ls
|
|
version=0.34.2
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/hashicorp/terraform-ls"
|
|
short_desc="Terraform Language Server"
|
|
maintainer="Emil Tomczyk <emru@emru.xyz>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/hashicorp/terraform-ls"
|
|
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
|
|
checksum=379fdd6b31ba4c58e6f1b966ff9662386e9f59eeb08addb5f64d69268dfd4294
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|