mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 09:47:30 -08:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/637122 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
18 lines
442 B
Bash
18 lines
442 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit vim-plugin vcs-snapshot
|
|
|
|
COMMIT="c67bdfcdb31415aa0ade7f8c003261700a885476"
|
|
|
|
DESCRIPTION="vim plugin: molokai color scheme"
|
|
HOMEPAGE="https://github.com/tomasr/molokai"
|
|
SRC_URI="https://github.com/tomasr/molokai/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="vim"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
RDEPEND="!app-vim/colorschemes"
|