dev-racket/2048 - 9999 (racket-overlay)

Search

Package Information

Description:
The game of 2048 in Racket
Homepage:
https://github.com/LiberalArtist/2048
License:
AGPL-3+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="github.com"
GH_REPO="LiberalArtist/2048"

inherit gh racket

DESCRIPTION="The game of 2048 in Racket"
HOMEPAGE="https://github.com/LiberalArtist/2048"
S="${S}/2048"

LICENSE="AGPL-3+"
SLOT="0"

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

Dependencies

RDEPEND

dev-racket/icns

BDEPEND

dev-racket/icns