net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / app-vim / easymotion / easymotion-1.3.ebuild
blob5c930449094b49ba51c188f9f58ef11fe4f15bc7
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"
15 VIM_PLUGIN_HELPFILES="${PN}"
17 src_install() {
18 dodoc README.md
19 rm .gitignore README.md || die
20 vim-plugin_src_install