app-emulation/pcem-roms - 17 (tezeta)

Search

Package Information

Description:
A collection of required ROM files for PCem
Homepage:
https://github.com/BaRRaKudaRain/PCem-ROMs

Ebuild Details

Version EAPI Keywords Slot
17 8 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A collection of required ROM files for PCem"
HOMEPAGE="https://github.com/BaRRaKudaRain/PCem-ROMs"
if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/BaRRaKudaRain/PCem-ROMs.git"
else
	KEYWORDS="amd64"
	SRC_URI="https://github.com/BaRRaKudaRain/PCem-ROMs/archive/refs/tags/v${PV}.0.zip"
	S="${WORKDIR}/PCem-ROMs-${PV}.0/"
fi

LICENSE="all-rights-reserved"
SLOT="0"
IUSE=""

RDEPEND="app-emulation/pcem"
DEPEND="${RDEPEND}"

src_prepare() {
	default
	find "${S}" -name 'roms.txt' -delete || die
}

src_install() {
	insinto /usr/share/pcem/roms
	doins -r ${S}/.
}

Dependencies

DEPEND

app-emulation/pcem

RDEPEND

app-emulation/pcem

Manifest for 17

Type File Size Source URLs
DIST v17.0.zip 14975337 bytes https://github.com/BaRRaKudaRain/PCem-ROMs/archive/refs/tags/v17.0.zip