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