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