games-emulation/libretro-database - 9999-r5 (menelkir)

Search

Install

Install this version:

emerge -a =games-emulation/libretro-database-9999-r5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-emulation/libretro-database-9999-r5

Or alternatively:

emerge --autounmask-write -a =games-emulation/libretro-database-9999-r5

Package Information

Description:
Repository containing cheatcode files, content data files, etc.
Homepage:
https://github.com/libretro/libretro-database
License:
MIT

Ebuild Details

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

EAPI=7

inherit libretro git-r3

DESCRIPTION="Repository containing cheatcode files, content data files, etc."
HOMEPAGE="https://github.com/libretro/libretro-database"
EGIT_REPO_URI="https://github.com/libretro/libretro-database"
KEYWORDS=""

LICENSE="MIT"
SLOT="0"

DEPEND=""
RDEPEND="${DEPEND}"

Inherited Eclasses