app-shells/tmux-bash-completion: new package

Gentoo-Bug: 604688
Gentoo-Bug-URL: https://bugs.gentoo.org/604688

Thanks, Gleb.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Daniel Campbell
2017-08-21 13:25:57 -07:00
parent dabf88b77c
commit d37508ec22
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>shell-tools@gentoo.org</email>
<name>Gentoo Shell Tools Project</name>
</maintainer>
<upstream>
<maintainer>
<email>imomaliev@github.com</email>
<name>Sardorbek Imomaliev</name>
</maintainer>
<remote-id type="github">imomaliev/tmux-bash-completion</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit bash-completion-r1 git-r3
DESCRIPTION="bash-completion scripts for tmux"
HOMEPAGE="https://github.com/imomaliev/tmux-bash-completion"
EGIT_REPO_URI="https://github.com/imomaliev/tmux-bash-completion.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="
>=app-misc/tmux-2.2
app-shells/bash-completion
"
RDEPEND="${DEPEND}"
src_install() {
default
dobashcomp "${S}"/completions/tmux
}