app-shells/zsh-completions - 0.36.0 (gentoo)

Search

Install

Install this version:

emerge -a =app-shells/zsh-completions-0.36.0

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

autounmask =app-shells/zsh-completions-0.36.0

Or alternatively:

emerge --autounmask-write -a =app-shells/zsh-completions-0.36.0

Package Information

Description:
Additional completion definitions for Zsh
Homepage:
https://github.com/zsh-users/zsh-completions
License:
Apache-2.0 BSD MIT ZSH

Ebuild Details

Version EAPI Keywords Slot
0.36.0 8 ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ ${PV} == 9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
else
	SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
fi

inherit shell-completion

DESCRIPTION="Additional completion definitions for Zsh"
HOMEPAGE="https://github.com/zsh-users/zsh-completions"

LICENSE="Apache-2.0 BSD MIT ZSH"
SLOT="0"

RDEPEND="app-shells/zsh"

src_install() {
	dozshcomp src/_*
}

pkg_postinst() {
	elog "If you happen to compile your functions, you may need to delete"
	elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
	elog "to your shell."
}

Inherited Eclasses

Dependencies

RDEPEND

app-shells/zsh

Manifest for 0.36.0

Type File Size Source URLs
DIST zsh-completions-0.36.0.tar.gz 401928 bytes https://github.com/zsh-users/zsh-completions/archive/0.36.0.tar.gz