Add LSP client extension for Kakoune (#44000)

* new package: kakoune-lsp
* blacken
* add myself as a maintainer
This commit is contained in:
James Taliaferro 2024-05-06 11:18:45 -07:00 committed by GitHub
parent 814b328fca
commit 1f43384db4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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")