mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 16:15:27 +02:00
17 lines
525 B
Bash
17 lines
525 B
Bash
# Template file for 'kak-lsp'
|
|
pkgname=kak-lsp
|
|
version=13.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"
|
|
changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
vsconf kak-lsp.toml
|
|
}
|