mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-vim/css-color: add 20230308
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST css-color-20211229.tar.gz 11163 BLAKE2B 325baede1772a27840572d7b91a6a10b470d8509189c68b65ba1b6a57960a05cbae9f2d32a52524937df939a9130652eaf62fb22538c37bd34768b293fb330f6 SHA512 47369161c8298df0093a012d5eb2d7ad4e966b7b443171192a334faee125964267a4fe231cd6c24b657d25f331318be95c4e1025744f223559fb8f47d222bebf
|
||||
DIST css-color-20230308.tar.gz 11057 BLAKE2B 89de517e05959b11b2bd308b5664b31ef4013505194804d1acf15c53b617f7d2b20193023cb6b90ad8fda9b940692e2529a15b98085e03a750926383110aff5d SHA512 0303f8242c8829120f2228a1ddbc3647f174def11db4f33f32a81bc622e16736c54ce240fbb93a67e6a4f4e1173ea960852d133715a1bd37f294a52b75c99bfb
|
||||
|
||||
18
app-vim/css-color/css-color-20230308.ebuild
Normal file
18
app-vim/css-color/css-color-20230308.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT="5687a7978bc80263cd03d0a667c2f56890cfb940"
|
||||
DESCRIPTION="vim plugin: preview colours in source code while editing"
|
||||
HOMEPAGE="
|
||||
https://github.com/ap/vim-css-color
|
||||
http://www.vim.org/scripts/script.php?script_id=5056
|
||||
"
|
||||
SRC_URI="https://github.com/ap/vim-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/vim-${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
Reference in New Issue
Block a user