app-misc/{buku,googler,nnn}: add bash auto-completion scripts

This commit is contained in:
Florian Tham
2017-09-26 22:09:44 +02:00
parent 5f6bc44745
commit 11c6d434a8
6 changed files with 21 additions and 6 deletions

View File

@@ -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}
}