app-shells/fzf-fish - 10.3 (guru)

Search

Install

Install this version:

emerge -a =app-shells/fzf-fish-10.3

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

autounmask =app-shells/fzf-fish-10.3

Or alternatively:

emerge --autounmask-write -a =app-shells/fzf-fish-10.3

Package Information

Description:
Augment your fish command line with fzf key bindings
Homepage:
https://github.com/PatrickF1/fzf.fish
License:
MIT

Ebuild Details

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

EAPI=8

inherit shell-completion

DESCRIPTION="Augment your fish command line with fzf key bindings"
HOMEPAGE="https://github.com/PatrickF1/fzf.fish"
SRC_URI="https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v${PV}.tar.gz -> fzf-fish-${PV}.tar.gz"
S="${WORKDIR}/${PN/-/.}-${PV}"

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

RDEPEND="
	>=app-shells/fish-3.4.0
	>=app-shells/fzf-0.33
	>=sys-apps/bat-0.16.0
	>=sys-apps/fd-8.5.0
"

src_install() {
	dofishcomp completions/*
	insinto "/usr/share/fish/vendor_conf.d"
	doins conf.d/*
	insinto "/usr/share/fish/vendor_functions.d"
	doins functions/*
}

Inherited Eclasses

Dependencies

RDEPEND

	>=app-shells/fish-3.4.0
	>=app-shells/fzf-0.33
	>=sys-apps/bat-0.16.0
	>=sys-apps/fd-8.5.0

Manifest for 10.3

Type File Size Source URLs
DIST fzf-fish-10.3.tar.gz 19158 bytes https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v10.3.tar.gz