mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
app-shells/fishtape: 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="100% pure-Fish test runner"
|
DESCRIPTION="100% pure-Fish test runner"
|
||||||
HOMEPAGE="https://github.com/jorgebucaran/fishtape"
|
HOMEPAGE="https://github.com/jorgebucaran/fishtape"
|
||||||
SRC_URI="https://github.com/jorgebucaran/fishtape/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/jorgebucaran/fishtape/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
@@ -22,8 +24,7 @@ DOCS=( README.md )
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto "/usr/share/fish/vendor_completions.d"
|
dofishcomp completions/*
|
||||||
doins completions/*
|
|
||||||
insinto "/usr/share/fish/vendor_functions.d"
|
insinto "/usr/share/fish/vendor_functions.d"
|
||||||
doins functions/*
|
doins functions/*
|
||||||
einstalldocs
|
einstalldocs
|
||||||
|
|||||||
Reference in New Issue
Block a user