app-vim/easymotion - 3.0.1 (gentoo-zh)

Search

Package Information

Description:
vim plugin: Vim motions on speed!
Homepage:
http://www.vim.org/scripts/script.php?script_id=3526
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
3.0.1 7 ~amd64
View Raw Ebuild
# 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/v${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
}

Manifest for 3.0.1

Type File Size Source URLs
DIST easymotion-3.0.1.tar.gz 430718 bytes https://github.com/easymotion/vim-easymotion/archive/refs/tags/v3.0.1.tar.gz