dev-go/golangci-lint-langserver - 0.0.12 (guru)

Search

Install

Install this version:

emerge -a =dev-go/golangci-lint-langserver-0.0.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-go/golangci-lint-langserver-0.0.12

Or alternatively:

emerge --autounmask-write -a =dev-go/golangci-lint-langserver-0.0.12

Package Information

Description:
golangci-lint language server
Homepage:
https://github.com/nametake/golangci-lint-langserver
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.12 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="golangci-lint language server"
HOMEPAGE="https://github.com/nametake/golangci-lint-langserver"
SRC_URI="
	https://github.com/nametake/golangci-lint-langserver/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-go/golangci-lint"

src_compile() {
	ego build
}

src_test() {
	ego test ./...
}

src_install() {
	dobin ${PN}
	dodoc README.md
}

Inherited Eclasses

Dependencies

RDEPEND

dev-go/golangci-lint

Manifest for 0.0.12

Type File Size Source URLs
DIST golangci-lint-langserver-0.0.12-deps.tar.xz 48676 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/golangci-lint-langserver/0.0.12/golangci-lint-langserver-0.0.12-deps.tar.xz
DIST golangci-lint-langserver-0.0.12.tar.gz 9483 bytes https://github.com/nametake/golangci-lint-langserver/archive/refs/tags/v0.0.12.tar.gz