mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-shells/fzf-fish: Make use of 'shell-completion' eclass
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit shell-completion
|
||||||
|
|
||||||
DESCRIPTION="Augment your fish command line with fzf key bindings"
|
DESCRIPTION="Augment your fish command line with fzf key bindings"
|
||||||
HOMEPAGE="https://github.com/PatrickF1/fzf.fish"
|
HOMEPAGE="https://github.com/PatrickF1/fzf.fish"
|
||||||
SRC_URI="https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
SRC_URI="https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||||
@@ -34,8 +36,7 @@ DOCS=( README.md )
|
|||||||
RESTRICT="test" # how to run tests?
|
RESTRICT="test" # how to run tests?
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto "/usr/share/fish/vendor_completions.d"
|
dofishcomp completions/*
|
||||||
doins completions/*
|
|
||||||
insinto "/usr/share/fish/vendor_conf.d"
|
insinto "/usr/share/fish/vendor_conf.d"
|
||||||
doins conf.d/*
|
doins conf.d/*
|
||||||
insinto "/usr/share/fish/vendor_functions.d"
|
insinto "/usr/share/fish/vendor_functions.d"
|
||||||
|
|||||||
Reference in New Issue
Block a user