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