void-packages/srcpkgs/kak-lsp/template

18 lines
573 B
Bash

# Template file for 'kak-lsp'
pkgname=kak-lsp
version=17.0.1
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
maintainer="Orphaned <orphan@voidlinux.org>"
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=c32172a7d13621d7f7fd8b32b819865fd58a38c0c431d3cedd6046fb6de42f44
post_install() {
vlicense UNLICENSE
vsconf kak-lsp.toml
}