summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild')
-rw-r--r--app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
new file mode 100644
index 000000000000..085b83a5d584
--- /dev/null
+++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Sublime Text's awesome multiple selection feature for Vim"
+HOMEPAGE="https://github.com/terryma/vim-multiple-cursors"
+SRC_URI="https://github.com/terryma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"