summaryrefslogtreecommitdiff
path: root/app-vim/css-color/css-color-20230727.ebuild
blob: cb691564816443456c004c4e34ee6bcc9177f41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"