mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-shells/fzf-fish: drop 10.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
ad6734472c
commit
9516e0bfb3
@ -1,2 +1 @@
|
||||
DIST fzf-fish-10.2.tar.gz 19375 BLAKE2B 44a4023bf39b71b92f31ece5fc07f5baaf2963882e76a90a6ce5b144d5b4e58799046bb39d86badd86fefa416a713a8ea1bbfbc9ecdf06bfcc9b8e29f47476ef SHA512 26254030317a4dbb318444ed2278fb6870f5facf09dbe48e2891f2b2cd057ea02a17bdd04a37ac0d36f376fdd26651b5d0d8f55d04ed7c6f678721458c7d527a
|
||||
DIST fzf-fish-10.3.tar.gz 19158 BLAKE2B 15288912353539a0e6dd14992b2e89c5cabdcb59345b1ac352a00a9488c41792ca01ffc7e182509112e52b8f211809fbeaa448a325948e71e6b92104f3b2c1b4 SHA512 03b803a69634ce92638f46d62ad0f898ccac0e0b31dc506b1d328b1ffb0f61cc65fa82319c730a0684bfb9a9c5c53b6e0a3acfa112df5b007ba3801d91aa9e29
|
||||
|
@ -1,30 +0,0 @@
|
||||
# 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/*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user