void-packages/srcpkgs/kak-lsp/template
2021-07-06 23:04:17 -03:00

16 lines
443 B
Bash

# Template file for 'kak-lsp'
pkgname=kak-lsp
version=10.0.0
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=6e674c2299a11938474100a15ce2c1052320d32b7b7cd1817fe8428b23bf3a18
post_install() {
vlicense UNLICENSE
vsconf kak-lsp.toml
}