diff options
author | 2017-05-15 07:12:57 -0500 | |
---|---|---|
committer | 2017-05-15 07:13:54 -0500 | |
commit | 6cd9e9f322b334453a7508a846b3c52d8f434867 (patch) | |
tree | 2c731d46cbeeb530fdf52fa3ac0e9ac8543c2e1f /app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild | |
parent | dev-util/drone: Remove old (diff) | |
download | gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.tar.gz gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.tar.bz2 gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.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.ebuild | 12 |
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 00000000000..085b83a5d58 --- /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" |