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
# 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
}
| 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 |