app-vim/lightline: add lightline to the tree.

lightline is a light and configurable statusline/tabline for Vim.

Package-Manager: portage-2.2.28
This commit is contained in:
Patrice Clement
2016-09-22 10:04:19 +02:00
parent 53e54e4dad
commit 8c8f7fab12
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit vim-plugin
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
else
SRC_URI="https://github.com/itchyny/${PN}.vim/archive/master.zip -> ${P}.zip"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
HOMEPAGE="https://github.com/itchyny/lightline.vim/"
LICENSE="vim.org"
VIM_PLUGIN_HELPFILES="${PN}"
src_compile() { :; }

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
<maintainer type="person">
<email>monsieurp@gentoo.org</email>
</maintainer>
</pkgmetadata>