New package: terraform-ls-0.10.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
1da258e9f4
commit
efcadf19f2
1 changed files with 16 additions and 0 deletions
16
srcpkgs/terraform-ls/template
Normal file
16
srcpkgs/terraform-ls/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'terraform-ls'
|
||||
pkgname=terraform-ls
|
||||
version=0.10.0
|
||||
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=4f6975960dab0d47297fb1cab5685482a12a1f04e148056bdba548d014dd5cd7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue