mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -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
|
||||
|
||||
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 -> ${P}.gh.tar.gz"
|
||||
@@ -34,8 +36,7 @@ DOCS=( README.md )
|
||||
RESTRICT="test" # how to run tests?
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/fish/vendor_completions.d"
|
||||
doins completions/*
|
||||
dofishcomp completions/*
|
||||
insinto "/usr/share/fish/vendor_conf.d"
|
||||
doins conf.d/*
|
||||
insinto "/usr/share/fish/vendor_functions.d"
|
||||
|
||||
Reference in New Issue
Block a user