summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-05-14 19:41:28 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-05-14 19:57:19 -0500
commit5ea4dcf125f2a960c9808dcbf0a3e00473a135aa (patch)
tree40ed88a566f199b7c6948e7250094baf85742c0b /app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
parentsys-devel/gcc: Moved to ::gentoo (diff)
downloadtamiko-5ea4dcf125f2a960c9808dcbf0a3e00473a135aa.tar.gz
tamiko-5ea4dcf125f2a960c9808dcbf0a3e00473a135aa.tar.bz2
tamiko-5ea4dcf125f2a960c9808dcbf0a3e00473a135aa.zip
app-vim/vim-multiple-cursors: initial commit
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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.ebuild14
1 files changed, 14 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 0000000..b2460ee
--- /dev/null
+++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_P="${MY_PN}-${PV}"
+
+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"