guru/app-vim/css-color/css-color-20230308.ebuild
Anna (cybertailor) Vyalkova cf727b3995
app-vim/css-color: add 20230308
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-20 00:07:34 +05:00

19 lines
513 B
Bash

# 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"