17 lines
463 B
Bash
17 lines
463 B
Bash
# Template file for 'terraform-ls'
|
|
pkgname=terraform-ls
|
|
version=0.16.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=e466d782fd1e2bede2f90e5677e1fd18df4a23476ebb08212502a3e955667736
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|