16 lines
443 B
Bash
16 lines
443 B
Bash
# Template file for 'kak-lsp'
|
|
pkgname=kak-lsp
|
|
version=11.0.1
|
|
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/kak-lsp/kak-lsp"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=4ab679b1d99830b999039ee1664c360aaba79ba943d7686e44e31efe96fb808b
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
vsconf kak-lsp.toml
|
|
}
|