aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/helm-ls/template
blob: 3b635e4290ae12bd7d66c1e983feec2875081407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Template file for 'helm-ls'
pkgname=helm-ls
version=0.0.15
revision=1
build_style=go
build_helper=qemu
go_import_path="github.com/mrjosh/helm-ls"
short_desc="Language server for Helm"
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
license="MIT"
homepage="https://github.com/mrjosh/helm-ls"
changelog="https://github.com/mrjosh/helm-ls/releases/"
distfiles="https://github.com/mrjosh/helm-ls/archive/refs/tags/v$version.tar.gz"
checksum=7a60745ee147fe72a0fd9d0b3d21b9e3fd1e998002cc871580477664d57bddc3

# do_check() {
# 	make test
# }

# post_install() {
# 	for shell in bash zsh fish; do
# 		vtargetrun helm-ls completion $shell
# 	done
# }