app-shells/gentoo-fish-completion - 0.0.3 (gentoo-zh)

Search

Package Information

Description:
Gentoo specific fish completion support (ported from gentoo-zsh-completions)
Homepage:
https://github.com/douglarek/gentoo-fish-completion
License:
MIT

Ebuild Details

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

EAPI=8

inherit shell-completion

DESCRIPTION="Gentoo specific fish completion support (ported from gentoo-zsh-completions)"
HOMEPAGE="https://github.com/douglarek/gentoo-fish-completion"
SRC_URI="https://github.com/douglarek/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"

RDEPEND="app-shells/fish"

src_install() {
	insinto /usr/share/fish/vendor_functions.d
	doins functions/*.fish

	dofishcomp completions/*.fish
}

Dependencies

RDEPEND

app-shells/fish

Manifest for 0.0.3

Type File Size Source URLs
DIST gentoo-fish-completion-0.0.3.tar.gz 19256 bytes https://github.com/douglarek/gentoo-fish-completion/archive/refs/tags/v0.0.3.tar.gz