# 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-checkers"
GH_COMMIT="9a0b995384cd74de7af829db5cda9c17840dd187"

inherit gh racket

DESCRIPTION="The checkers Racket package"
HOMEPAGE="https://github.com/rmculpepper/racket-checkers"
S="${S}/checkers"

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

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