guru/app-vim/css-color/css-color-20230727.ebuild
Anna (cybertailor) Vyalkova 336265d21f
app-vim/css-color: add 20230727, drop 20211229
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-11-25 23:13:14 +05:00

19 lines
514 B
Bash

# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
COMMIT="6cc65734bc7105d9677ca54e2255fcbc953ba6bf"
DESCRIPTION="vim plugin: preview colours in source code while editing"
HOMEPAGE="
https://github.com/ap/vim-css-color
https://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"