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

EAPI=8

GH_DOM="github.com"
GH_REPO="rmculpepper/racket-brandx"
GH_COMMIT="04c056f5454b746df785c6a43c23d9199de0c0ff"

inherit gh racket

DESCRIPTION="Generics, Interfaces, and Components"
HOMEPAGE="https://github.com/rmculpepper/racket-brandx"
S="${S}/brandx"

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

RDEPEND="dev-racket/brandx-lib"
BDEPEND="${RDEPEND}"