games-emulation/libretro-db - 1.22.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =games-emulation/libretro-db-1.22.2

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

autounmask =games-emulation/libretro-db-1.22.2

Or alternatively:

emerge --autounmask-write -a =games-emulation/libretro-db-1.22.2

Package Information

Description:
libretro-db tools from RetroArch.
Homepage:
https://github.com/libretro/RetroArch/tree/master/libretro-db
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.22.2 8 ~amd64 ~ppc64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="libretro-db tools from RetroArch."
HOMEPAGE="https://github.com/libretro/RetroArch/tree/master/libretro-db"
SRC_URI="https://github.com/libretro/RetroArch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/RetroArch-${PV}/${PN}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"

src_configure() {
	:
}

src_install() {
	dobin libretrodb_tool
	local bin
	for bin in c_converter dat_converter; do
		newbin "$bin" "libretrodb-${bin}"
	done
	einstalldocs
}

Manifest for 1.22.2

Type File Size Source URLs
DIST libretro-db-1.22.2.tar.gz 71629881 bytes https://github.com/libretro/RetroArch/archive/refs/tags/v1.22.2.tar.gz