mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
22 lines
535 B
Bash
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
|
|
}
|