Line
Link Here
|
0 |
-- fzf-0.42.0.ebuild 2023-08-21 16:51:42.540034861 +0100 |
0 |
++ fzf-0.42.0-r1.ebuild 2023-08-29 07:55:23.402320703 +0100 |
Lines 19-25
Link Here
|
19 |
LICENSE="MIT BSD-with-disclosure" |
19 |
LICENSE="MIT BSD-with-disclosure" |
20 |
SLOT="0" |
20 |
SLOT="0" |
21 |
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" |
21 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |
22 |
src_prepare() { |
22 |
src_prepare() { |
23 |
default |
23 |
default |
Lines 45-52
Link Here
|
45 |
newbashcomp shell/completion.bash ${PN} |
45 |
newbashcomp shell/completion.bash ${PN} |
|
|
46 |
# We don't install the zsh bits as _fzf, see bug #900859 |
46 |
insinto /usr/share/zsh/site-functions |
47 |
insinto /usr/share/zsh/site-functions |
47 |
newins shell/completion.zsh _${PN} |
48 |
newins shell/completion.zsh ${PN} |
48 |
insinto /usr/share/fzf |
49 |
insinto /usr/share/fzf |
49 |
doins shell/key-bindings.bash |
50 |
doins shell/key-bindings.bash |