gentoo-zh/app-vim/easymotion/easymotion-1.3.ebuild
2023-11-15 08:43:35 +08:00

22 lines
535 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
#VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin vcs-snapshot
DESCRIPTION="vim plugin: Vim motions on speed!"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3526"
SRC_URI="https://github.com/${PN}/vim-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
VIM_PLUGIN_HELPFILES="${PN}"
src_install() {
dodoc README.md
rm .gitignore README.md || die
vim-plugin_src_install
}