Skip to content

Commit

Permalink
app-shells/vagrant-bashcomp-9999
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Oct 8, 2014
1 parent b95b8c6 commit 89a5505
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app-shells/vagrant-bashcomp/vagrant-bashcomp-9999.ebuild
@@ -0,0 +1,25 @@
EAPI=5

inherit git-2 bash-completion-r1

DESCRIPTION="Vagrant bash command-line completions"
HOMEPAGE="https://github.com/kura/vagrant-bash-completion"

EGIT_REPO_URI="git://github.com/Tatsh/vagrant-bash-completion.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
app-emulation/vagrant
"
DEPEND="${RDEPEND}"

src_compile() {
// nothing to compile
}

src_install() {
newbashcomp etc/bash_completion.d/vagrant vagrant
}

0 comments on commit 89a5505

Please sign in to comment.