games-emulation/jrommanager-bin - 3.0.5 (gogooverlay)

Search

Package Information

Description:
AppImage release of JRomManager
Homepage:
https://github.com/optyfr/JRomManager
License:
GPL-2

Ebuild Details

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

EAPI=8

M_PV=$(ver_cut 1-3)
B_PV=$(ver_cut 1-3)"-"$(ver_cut 4).$(ver_cut 5)

DESCRIPTION="AppImage release of JRomManager"
HOMEPAGE="https://github.com/optyfr/JRomManager"
SRC_URI="https://github.com/optyfr/JRomManager/releases/download/${PV}/JRomManager-3.0.0-x86_64.AppImage -> ${P}.AppImage"

S=${WORKDIR}

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="strip"

DEPEND="sys-fs/fuse"
RDEPEND="${DEPEND} !games-emulation/jrommanager"

src_prepare() {
	cp "${DISTDIR}/${P}.AppImage" "${WORKDIR}/jrommanager"
	eapply_user
}

src_install() {
	dobin jrommanager
}

Dependencies

DEPEND

sys-fs/fuse

RDEPEND

sys-fs/fuse !games-emulation/jrommanager

Manifest for 3.0.5

Type File Size Source URLs
DIST jrommanager-bin-3.0.5.AppImage 123163840 bytes https://github.com/optyfr/JRomManager/releases/download/3.0.5/JRomManager-3.0.0-x86_64.AppImage