dev-util/neocmakelsp - 0.11.0 (guru)

Search

Install

Install this version:

emerge -a =dev-util/neocmakelsp-0.11.0

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

autounmask =dev-util/neocmakelsp-0.11.0

Or alternatively:

emerge --autounmask-write -a =dev-util/neocmakelsp-0.11.0

Package Information

Description:
Another CMake LSP
Homepage:
https://github.com/neocmakelsp/neocmakelsp
License:
Apache-2.0 CC0-1.0 MIT MIT-0 MPL-2.0 Unicode-3.0

Ebuild Details

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

EAPI=8

RUST_MIN_VER="1.89.0"

inherit cargo shell-completion

DESCRIPTION="Another CMake LSP"
HOMEPAGE="https://github.com/neocmakelsp/neocmakelsp"
SRC_URI="
	https://github.com/neocmakelsp/neocmakelsp/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="Apache-2.0 CC0-1.0 MIT MIT-0 MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	cargo_src_install

	dobashcomp completions/bash/neocmakelsp
	dofishcomp completions/fish/neocmakelsp.fish
	dozshcomp completions/zsh/_neocmakelsp
}

src_test() {
	local CARGO_SKIP_TESTS=(
		document_link::tests::test_document_link_search
		languageserver::test::test_init
	)
	cargo_src_test
}

Inherited Eclasses

Manifest for 0.11.0

Type File Size Source URLs
DIST neocmakelsp-0.11.0-deps.tar.xz 14250336 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/neocmakelsp/0.11.0/neocmakelsp-0.11.0-deps.tar.xz
DIST neocmakelsp-0.11.0.tar.gz 3855326 bytes https://github.com/neocmakelsp/neocmakelsp/archive/refs/tags/v0.11.0.tar.gz