clean cvs header
[gentoo-zh.git] / app-vim / easymotion / easymotion-1.3.ebuild
blob4621d43bea14bb93aa754bd1f69324330168e8d0
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 #VIM_PLUGIN_VIM_VERSION="7.0"
7 inherit vim-plugin vcs-snapshot
9 DESCRIPTION="vim plugin: Vim motions on speed!"
10 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3526"
11 SRC_URI="https://github.com/Lokaltog/vim-easymotion/tarball/${PV} -> ${P}.tar.gz"
12 LICENSE="GPL-2"
13 KEYWORDS="~amd64"
14 IUSE=""
16 VIM_PLUGIN_HELPFILES="${PN}"
18 src_install() {
19 dodoc README.md
20 rm .gitignore README.md
21 vim-plugin_src_install