# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GH_DOM="github.com" GH_REPO="Bogdanp/racket-box-extra" GH_COMMIT="041412cd5b122ecfb9cc2312f21d281e0d4b7143" inherit gh racket DESCRIPTION="Extra utilities for working with boxes in Racket." HOMEPAGE="https://github.com/Bogdanp/racket-box-extra" S="${S}/box-extra" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RDEPEND="dev-racket/box-extra-lib" BDEPEND="${RDEPEND}"