mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-10-31 11:38:47 -07:00
30 lines
700 B
Bash
30 lines
700 B
Bash
# 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"
|
|
EGIT_COMMIT="8e013f32f524157bf14ccaa87d97be3d3a7201e2"
|
|
SRC_URI=""
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
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
|
|
}
|