void-packages/srcpkgs/kak-lsp/template
2019-03-02 14:41:52 -03:00

16 lines
437 B
Bash

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