games-emulation/libretro-database - 1.22.1 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =games-emulation/libretro-database-1.22.1

Package Information

Description:
Repository containing cheat code files, content data files, etc.
Homepage:
https://github.com/libretro/libretro-database
License:
CC-BY-SA-4.0

Ebuild Details

Version EAPI Keywords Slot
1.22.1 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/libretro/libretro-database"
else
	SRC_URI="https://github.com/libretro/libretro-database/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="amd64 arm64 x86"
fi

LICENSE="CC-BY-SA-4.0"
SLOT="0"

Inherited Eclasses

Manifest for 1.22.1

Type File Size Source URLs
DIST libretro-database-1.22.1.tar.gz 168231163 bytes https://github.com/libretro/libretro-database/archive/refs/tags/v1.22.1.tar.gz