# Template file for 'kak-lsp'
pkgname=kak-lsp
version=21.0.0
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=8a3123a875c97290addbed31273c307122df6d7307dc176908ec4687513a4357

post_install() {
	vlicense UNLICENSE
	vsconf rc/servers.kak
	vsconf rc/lsp.kak
}
