app-text/codebook - 0.3.41 (guru)

Search

Install

Install this version:

emerge -a =app-text/codebook-0.3.41

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

autounmask =app-text/codebook-0.3.41

Or alternatively:

emerge --autounmask-write -a =app-text/codebook-0.3.41

Package Information

Description:
Spell Checker for Code
Homepage:
https://github.com/blopker/codebook
License:
Apache-2.0 BSD CDDL CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-3.0 ZLIB

Ebuild Details

Version EAPI Keywords Slot
0.3.41 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.88.0"

inherit cargo

DESCRIPTION="Spell Checker for Code"
HOMEPAGE="https://github.com/blopker/codebook"
SRC_URI="
	https://github.com/blopker/codebook/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 BSD CDDL CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-3.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
PROPERTIES="test_network"

src_test() {
	local skip=(
		--skip test_elixir_module
		--skip test_go_location
		--skip test_java_location
		--skip test_odin_location
		--skip test_php_location
	)
	cargo_src_test -- "${skip[@]}"
}

src_install() {
	cargo_src_install --frozen --path crates/codebook-lsp
	dodoc LICENSE README.md
}

Inherited Eclasses

Manifest for 0.3.41

Type File Size Source URLs
DIST codebook-0.3.41-deps.tar.xz 41517900 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.41/codebook-0.3.41-deps.tar.xz
DIST codebook-0.3.41.tar.gz 2767178 bytes https://github.com/blopker/codebook/archive/refs/tags/v0.3.41.tar.gz