void-packages/srcpkgs/kak-lsp/template
2022-02-06 20:07:34 -03:00

16 lines
443 B
Bash

# Template file for 'kak-lsp'
pkgname=kak-lsp
version=12.0.1
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
maintainer="Emerson Ferreira <me@skrps.me>"
license="Unlicense"
homepage="https://github.com/kak-lsp/kak-lsp"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=37b54186f7f18d879c605cb235452a92308361676fc3966c2e65bbaae30b7a3e
post_install() {
vlicense UNLICENSE
vsconf kak-lsp.toml
}