summaryrefslogtreecommitdiff
path: root/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-10-01 13:29:12 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-01 13:29:32 +0200
commit4cf5b106137a571ae2b558a0643fe6adecbea505 (patch)
treea1861c78cdbdab7fae85fcd51c424026f31a9696 /app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
parent2be5f38d74dad5c1c3dd6a2092a1acf99fe81009 (diff)
downloadgentoo-4cf5b106137a571ae2b558a0643fe6adecbea505.tar.gz
gentoo-4cf5b106137a571ae2b558a0643fe6adecbea505.tar.bz2
gentoo-4cf5b106137a571ae2b558a0643fe6adecbea505.zip
app-vim/vim-tmux: new package.
vim-tmux is a vim plugin which offers support for tmux.conf. Gentoo-Bug: https://bugs.gentoo.org/592090 Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/vim-tmux/vim-tmux-3.0.0.ebuild')
-rw-r--r--app-vim/vim-tmux/vim-tmux-3.0.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
new file mode 100644
index 000000000000..3bc87cf8efce
--- /dev/null
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: tmux support for vim"
+HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
+SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+ app-misc/tmux
+ app-arch/unzip"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ :;
+}