# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="gitlab.com"
GH_REPO="xgqt/racket-typed-colorize"
GH_COMMIT="27e9d7d219fe842018cb3aabfcd081d8220f94e0"

inherit gh racket

DESCRIPTION="Typed Racket interface to the colorize package"
HOMEPAGE="https://gitlab.com/xgqt/racket-typed-colorize"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"

RDEPEND="dev-racket/colorize"
BDEPEND="${RDEPEND}"