app-vim/rainbow_csv: add 1.10.0_pre20240705

Signed-off-by: Hendrik Klug <hendrik.klug@gmail.com>
This commit is contained in:
Hendrik Klug 2024-07-12 22:47:51 +02:00
parent 5a07d13102
commit 513afbb692
No known key found for this signature in database
GPG Key ID: F414603F407DE525
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST rainbow_csv-3dbbfd7d17536aebfb80f571255548495574c32b.tar.gz 222389 BLAKE2B 090dd5fa6e426f10df4fb94bf9c47bba614cb51ae14f98e169441f6387ada5814f36cb8cd1b735b3699b54559a2d313b7a2e265c256e0c0df631bc8f280b5566 SHA512 ba6a02c85fed5f7fdc7e6fdea53ad2edf69d985e2b0873a38592f6610b618a7576d47b8e609f2f0b8ef1c3cb735e8ce2afebc595db404eecbbf0f3e153ee221d

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
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_COMMIT="3dbbfd7d17536aebfb80f571255548495574c32b"
MY_P="${PN}-${EGIT_COMMIT}"
SRC_URI="https://github.com/mechatroner/rainbow_csv/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
app-editors/vim
"
src_install() {
vim-plugin_src_install
}