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