17 lines
505 B
Bash
17 lines
505 B
Bash
# Template file for 'terraform-ls'
|
|
pkgname=terraform-ls
|
|
version=0.32.3
|
|
revision=1
|
|
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=1eec8a564b3d857069fc8afabe213e79edb4facb3b37b9469d7269b04c2d9d82
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|