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