app-shells/gradle-completion - 9.7.1 (robert7k)

Search

Install

Install this version:

emerge -a =app-shells/gradle-completion-9.7.1

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

autounmask =app-shells/gradle-completion-9.7.1

Or alternatively:

emerge --autounmask-write -a =app-shells/gradle-completion-9.7.1

Package Information

Description:
Bash completions for Gradle
Homepage:
https://github.com/gradle/gradle-completion
License:
MIT

Ebuild Details

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

EAPI=8

inherit bash-completion-r1

DESCRIPTION="Bash completions for Gradle"
HOMEPAGE="https://github.com/gradle/gradle-completion"
SRC_URI="https://github.com/gradle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND=">=app-shells/bash-completion-1.2"

src_install() {
	dodoc README.md

	newbashcomp gradle-completion.bash gradle
	bashcomp_alias gradle gradlew
}

Inherited Eclasses

Dependencies

RDEPEND

>=app-shells/bash-completion-1.2

Manifest for 9.7.1

Type File Size Source URLs
DIST gradle-completion-9.7.1.tar.gz 169205 bytes https://github.com/gradle/gradle-completion/archive/v9.7.1.tar.gz