2025-02-06 15:13:17 +01:00

19 lines
595 B
Bash

# Template file for 'kak-lsp'
pkgname=kak-lsp
version=18.1.2
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="Unlicense"
homepage="https://github.com/kakoune-lsp/kakoune-lsp"
changelog="https://raw.githubusercontent.com/kakoune-lsp/kakoune-lsp/master/CHANGELOG.md"
distfiles="https://github.com/kakoune-lsp/kakoune-lsp/archive/v${version}.tar.gz"
checksum=d3087c0f78f42d3ad30ccaa64f192a88f646e40615b7e4986c53165019f34934
post_install() {
vlicense UNLICENSE
vsconf rc/servers.kak
vsconf rc/lsp.kak
}