Add LSP client extension for Kakoune (#44000)
* new package: kakoune-lsp * blacken * add myself as a maintainer
This commit is contained in:
parent
814b328fca
commit
1f43384db4
1 changed files with 19 additions and 0 deletions
19
var/spack/repos/builtin/packages/kakoune-lsp/package.py
Normal file
19
var/spack/repos/builtin/packages/kakoune-lsp/package.py
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
|
||||||
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
from spack.package import *
|
||||||
|
|
||||||
|
|
||||||
|
class KakouneLsp(CargoPackage):
|
||||||
|
"""Kakoune Language Server Protocol Client"""
|
||||||
|
|
||||||
|
homepage = "https://github.com/kakoune-lsp/kakoune-lsp"
|
||||||
|
url = "https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v17.0.1.tar.gz"
|
||||||
|
|
||||||
|
maintainers("taliaferro")
|
||||||
|
|
||||||
|
license("UNLICENSE", checked_by="taliaferro")
|
||||||
|
|
||||||
|
version("17.0.1", sha256="c32172a7d13621d7f7fd8b32b819865fd58a38c0c431d3cedd6046fb6de42f44")
|
Loading…
Reference in a new issue