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