app-shells/bazel-completion - 7.3.2 (myov)

Search

Install

Install this version:

emerge -a =app-shells/bazel-completion-7.3.2

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

autounmask =app-shells/bazel-completion-7.3.2

Or alternatively:

emerge --autounmask-write -a =app-shells/bazel-completion-7.3.2

Package Information

Description:
Shell completion for Bazel
Homepage:
https://bazel.build/ https://github.com/bazelbuild/bazel/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
7.3.2 8 ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shell-completion

DESCRIPTION="Shell completion for Bazel"
HOMEPAGE="https://bazel.build/
	https://github.com/bazelbuild/bazel/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/bazelbuild/bazel.git"
else
	SRC_URI="https://github.com/bazelbuild/bazel/archive/${PV}.tar.gz
		-> ${P}.tar.gz"

	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
fi

S="${WORKDIR}/bazel-${PV}/scripts/zsh_completion"

LICENSE="Apache-2.0"
SLOT="0"

src_install() {
	dozshcomp _bazel
}

Inherited Eclasses

Manifest for 7.3.2

Type File Size Source URLs
DIST bazel-completion-7.3.2.tar.gz 24995230 bytes https://github.com/bazelbuild/bazel/archive/7.3.2.tar.gz