mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
22
app-vim/lightline/lightline-9999.ebuild
Normal file
22
app-vim/lightline/lightline-9999.ebuild
Normal 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() { :; }
|
||||
11
app-vim/lightline/metadata.xml
Normal file
11
app-vim/lightline/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user