18 lines
574 B
Bash
18 lines
574 B
Bash
# Template file for 'kak-lsp'
|
|
pkgname=kak-lsp
|
|
version=17.1.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Language Server Protocol client for Kakoune"
|
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|
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=2a7c83eb1eb7e0e119879ee9be9b0868c07028c4925c317a78e7f2bbe8dc7d0f
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
vsconf kak-lsp.toml
|
|
}
|