New package: kak-lsp-5.6.0

This commit is contained in:
Emerson Ferreira 2018-09-20 02:38:26 -03:00 committed by maxice8
parent c663a280a1
commit 12c4b2c61b
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

15
srcpkgs/kak-lsp/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'kak-lsp'
pkgname=kak-lsp
version=5.6.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=3107ff48fb3fdb7d1bd18f6dab02b76060e008534801cd83691e08f0e5514454
post_install() {
vlicense UNLICENSE
}