diff --git a/app-shells/fzf-fish/Manifest b/app-shells/fzf-fish/Manifest new file mode 100644 index 0000000000..76e949b559 --- /dev/null +++ b/app-shells/fzf-fish/Manifest @@ -0,0 +1 @@ +DIST fzf-fish-7.1.tar.gz 6068759 BLAKE2B e985e5fdd935e50f079b9e096baad5aaa78478d2dc949c3f813c73b5c728899ad818322adb282f1e0cd4df966014b0cf8bff7e0b66b37958adeecc57564aea3a SHA512 11c89a1ce0fbb9d50370cbb694fb59d0b94847d92ab8333af28493130dce02f55b41df99641d69c6f0503641e891e5ea935ce1e3cb4f095239fd8619ee694e44 diff --git a/app-shells/fzf-fish/fzf-fish-7.1.ebuild b/app-shells/fzf-fish/fzf-fish-7.1.ebuild new file mode 100644 index 0000000000..604ca15945 --- /dev/null +++ b/app-shells/fzf-fish/fzf-fish-7.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +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}.tar.gz" +S="${WORKDIR}/${PN/-/.}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + sys-apps/fd + app-shells/fish + app-shells/fzf + sys-apps/bat +" + +DOCS=( README.md ) + +src_install() { + insinto "/usr/share/fish/vendor_completions.d" + doins completions/* + insinto "/usr/share/fish/vendor_conf.d" + doins conf.d/* + insinto "/usr/share/fish/vendor_functions.d" + doins functions/* + einstalldocs +} diff --git a/app-shells/fzf-fish/metadata.xml b/app-shells/fzf-fish/metadata.xml new file mode 100644 index 0000000000..b75be48080 --- /dev/null +++ b/app-shells/fzf-fish/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + PatrickF1/fzf.fish + +