19 lines
595 B
Bash
19 lines
595 B
Bash
# Template file for 'kak-lsp'
|
|
pkgname=kak-lsp
|
|
version=18.0.3
|
|
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=75de62446a3eabc0e96b170b5d9c18cd37dabcbfbaa2a9e50240a00dab271a93
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
vsconf rc/servers.kak
|
|
vsconf rc/lsp.kak
|
|
}
|