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
19 changes: 19 additions & 0 deletions srcpkgs/golangci-lint-langserver/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'golangci-lint-langserver'
pkgname=golangci-lint-langserver
version=0.0.12
revision=1
build_style=go
go_import_path="github.com/nametake/golangci-lint-langserver"
depends="golangci-lint"
checkdepends="golangci-lint"
short_desc="LSP implementation for the golangci-lint linter runner"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://github.com/nametake/golangci-lint-langserver"
changelog="https://github.com/nametake/golangci-lint-langserver/releases"
distfiles="https://github.com/nametake/golangci-lint-langserver/archive/refs/tags/v${version}.tar.gz"
checksum=bdda9b1138f0a6cbfec0b2a93ef64111410bf16a82583c659e1b57f11ed93936

post_install() {
vlicense LICENSE
}