app-editors/cursor: add 0.42.5, drop 0.42.4
[gentoo-zh.git] / app-vim / powerline / powerline-9999.ebuild
blobcbcf35ea798392890cf148150fbaf0fb69790eab
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 #VIM_PLUGIN_VIM_VERSION="7.0"
7 inherit git-r3 vim-plugin
9 DESCRIPTION="vim plugin: The ultimate vim statusline utility."
10 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3881"
11 EGIT_REPO_URI="https://github.com/Lokaltog/vim-powerline.git"
12 EGIT_BRANCH=develop
13 LICENSE="CC-BY-SA-3.0"
15 VIM_PLUGIN_HELPFILES="Powerline"
17 src_prepare() {
18 rm -r .git* || die
19 default