mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-vim/rainbow_csv: new package, add 9999
Signed-off-by: Hendrik Klug <hendrik.klug@gmail.com>
This commit is contained in:
14
app-vim/rainbow_csv/metadata.xml
Normal file
14
app-vim/rainbow_csv/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hendrik.klug@gmail.com</email>
|
||||
<name>Hendrik Klug</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">mechatroner/rainbow_csv</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
21
app-vim/rainbow_csv/rainbow_csv-9999.ebuild
Normal file
21
app-vim/rainbow_csv/rainbow_csv-9999.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit vim-plugin git-r3
|
||||
|
||||
DESCRIPTION="🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language"
|
||||
HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
|
||||
EGIT_REPO_URI="https://github.com/mechatroner/rainbow_csv.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND="
|
||||
app-editors/vim
|
||||
"
|
||||
|
||||
src_install() {
|
||||
vim-plugin_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user