Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions srcpkgs/just-lsp/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Template file for 'just-lsp'
pkgname=just-lsp
version=0.3.3
revision=1
build_style=cargo
short_desc="Language server for just"
maintainer="Alex March <alex@hosaka.cc>"
license="CC0-1.0"
homepage="https://terror.github.io/just-lsp"
changelog="https://raw.githubusercontent.com/terror/${pkgname}/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/terror/just-lsp/archive/refs/tags/${version}.tar.gz"
checksum=65168f166114346eaaad8765f1518702d2cfa4785cf0605d6d557be46653ccd5

post_install() {
vlicense LICENSE
}