void-packages/srcpkgs/kak-lsp/template
2020-04-28 15:05:31 +02:00

17 lines
437 B
Bash

# Template file for 'kak-lsp'
pkgname=kak-lsp
version=8.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/ul/kak-lsp"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=d5961395bc4e8dce68917f3b64876acd83723ff353fabfd0fd789ddca14b0d5c
post_install() {
vlicense UNLICENSE
vsconf kak-lsp.toml
}