blob: 86f862043602277c08f4d62011ec6b8da13165d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = kotlin-language-server-bin
pkgdesc = Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
pkgver = 1.3.12
pkgrel = 1
url = https://github.com/fwcd/kotlin-language-server
arch = any
license = MIT
provides = kotlin-language-server
conflicts = kotlin-language-server
conflicts = kotlin-language-server-git
options = !strip
source = kotlin-language-server-1.3.12.zip::https://github.com/fwcd/kotlin-language-server/releases/download/1.3.12/server.zip
sha256sums = c3c04f5605948a213721f9ed0760a565beaa5bb982bab807bdf6504f3e824b0d
pkgname = kotlin-language-server-bin
|