2018-08-06 07:16:26 -07:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
inherit vim-plugin git-r3
|
|
|
|
|
|
|
|
EGIT_REPO_URI="https://github.com/itchyny/lightline.vim.git"
|
2021-03-21 14:29:02 -07:00
|
|
|
EGIT_COMMIT="8a712365f9708044667589d9fffd87a4825d29f6"
|
2018-08-06 07:16:26 -07:00
|
|
|
SRC_URI=""
|
2019-08-01 16:02:38 -07:00
|
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
2018-08-06 07:16:26 -07:00
|
|
|
PROPERTIES="live"
|
|
|
|
|
|
|
|
DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
|
|
|
|
HOMEPAGE="https://github.com/itchyny/lightline.vim/"
|
|
|
|
LICENSE="vim.org"
|
|
|
|
VIM_PLUGIN_HELPFILES="${PN}"
|
|
|
|
|
|
|
|
DISABLE_AUTOFORMATTING="true"
|
|
|
|
DOC_CONTENTS="You may have to update \$TERM in your environment,
|
|
|
|
see https://github.com/itchyny/lightline.vim"
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
default
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
vim-plugin_src_install
|
|
|
|
}
|