mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
15
app-shells/tmux-bash-completion/metadata.xml
Normal file
15
app-shells/tmux-bash-completion/metadata.xml
Normal 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>
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user