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