net-misc/bbdown-bin: 1.5.8
[gentoo-zh.git] / app-vim / powerline / powerline-9999.ebuild
blob11d0e9ee540c35f70c3c80952508492a9cb4bbfe
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 SRC_URI=""
12 EGIT_REPO_URI="https://github.com/Lokaltog/vim-powerline.git"
13 EGIT_BRANCH=develop
14 LICENSE="CC-BY-SA-3.0"
15 KEYWORDS=""
16 IUSE=""
18 VIM_PLUGIN_HELPFILES="Powerline"
20 src_prepare() {
21 rm -r .git* || die
22 default