app-misc/{buku,googler,nnn}: add bash auto-completion scripts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools git-r3
|
||||
inherit autotools git-r3 bash-completion-r1
|
||||
|
||||
DESCRIPTION="The missing terminal file browser for X"
|
||||
HOMEPAGE="https://github.com/jarun/nnn"
|
||||
@@ -21,3 +21,8 @@ src_prepare() {
|
||||
export PREFIX="/usr"
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
newbashcomp scripts/auto-completion/bash/${PN}-completion.bash ${PN}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user