games-emulation/stonesoup-libretro - 9999-r1 (menelkir)

Search

Package Information

Description:
Kibretro port of Dungeon Crawl - Stone Soup
Homepage:
https://github.com/meancoot/stonesoup-libretro
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999-r1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

LIBRETRO_REPO_NAME="meancoot/stonesoup-libretro"
inherit git-r3 libretro-core

DESCRIPTION="Kibretro port of Dungeon Crawl - Stone Soup"
HOMEPAGE="https://github.com/meancoot/stonesoup-libretro"
KEYWORDS="~amd64 ~x86"

LICENSE="GPL-3"
SLOT="0"

DEPEND="dev-lang/lua:*"
RDEPEND="${DEPEND}
		games-emulation/libretro-info"

S=${WORKDIR}/${PN}-${LIBRETRO_COMMIT_SHA}/crawl-ref

Dependencies

DEPEND

dev-lang/lua:*

RDEPEND

dev-lang/lua:*
		games-emulation/libretro-info