mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
18 lines
595 B
Bash
18 lines
595 B
Bash
# Template file for 'kak-lsp'
|
|
pkgname=kak-lsp
|
|
version=18.1.3
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Language Server Protocol client for Kakoune"
|
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/kakoune-lsp/kakoune-lsp"
|
|
changelog="https://raw.githubusercontent.com/kakoune-lsp/kakoune-lsp/master/CHANGELOG.md"
|
|
distfiles="https://github.com/kakoune-lsp/kakoune-lsp/archive/v${version}.tar.gz"
|
|
checksum=b819358d0f0972c499aa3fbe7841fcc356b710b99653ea864c6905c8c26ce2df
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
vsconf rc/servers.kak
|
|
vsconf rc/lsp.kak
|
|
}
|