17 lines
437 B
Bash
17 lines
437 B
Bash
# Template file for 'kak-lsp'
|
|
pkgname=kak-lsp
|
|
version=5.8.4
|
|
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=56cecc133c8c2bb8c3005d6ef746c805904c65297ae38bd49a8a4f3ebd5a5a4c
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
vsconf kak-lsp.toml
|
|
}
|