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