aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-04-28 00:14:31 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-04-28 00:14:31 +0000
commit066ae589028eb34f23ef405588d1813fbed83351 (patch)
treefbfa52aac647114305040e222260663649e59b00
parent5bfeda0591810844b708bc2e432173fe7f6c8c9f (diff)
downloadvoid-packages-user/luca/helm-ls.tar
void-packages-user/luca/helm-ls.tar.gz
void-packages-user/luca/helm-ls.tar.bz2
void-packages-user/luca/helm-ls.tar.lz
void-packages-user/luca/helm-ls.tar.xz
void-packages-user/luca/helm-ls.tar.zst
void-packages-user/luca/helm-ls.zip
New package: helm-ls-0.0.15user/luca/helm-ls
-rw-r--r--srcpkgs/helm-ls/template24
1 files changed, 24 insertions, 0 deletions
diff --git a/srcpkgs/helm-ls/template b/srcpkgs/helm-ls/template
new file mode 100644
index 00000000000..3b635e4290a
--- /dev/null
+++ b/srcpkgs/helm-ls/template
@@ -0,0 +1,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
+# }