app-crypt/etoken-sac: fix eutils EAPI 7
[gentoo-zh.git] / app-vim / easymotion / easymotion-1.3.ebuild
blob83ba97ba091c07fc56951ea04620cd3905747d09
1 # Copyright 1999-2023 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/${PN}/vim-${PN}/archive/refs/tags/${PV}.tar.gz -> ${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 || die
21         vim-plugin_src_install