games-util/re3-installer - 0.2.6 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =games-util/re3-installer-0.2.6

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

autounmask =games-util/re3-installer-0.2.6

Or alternatively:

emerge --autounmask-write -a =games-util/re3-installer-0.2.6

Package Information

Description:
Install GTA III files from ISO or directories for use with re3.
Homepage:
https://github.com/Tatsh/re3-installer
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Install GTA III files from ISO or directories for use with re3."
HOMEPAGE="https://github.com/Tatsh/re3-installer"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="app-arch/unshield
	dev-libs/libcdio"
RDEPEND="${DEPEND}"
BDEPEND="test? (
	dev-util/cmocka
)"

src_configure() {
	local mycmakeargs=(
		"-DBUILD_TESTS=$(usex test)"
	)
	cmake_src_configure
}

src_test() {
	ctest --output-on-failure --test-dir "${BUILD_DIR}/src" || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-util/re3-installer | euse -E <flag> -p games-util/re3-installer | euse -D <flag> -p games-util/re3-installer

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

app-arch/unshield
	dev-libs/libcdio

RDEPEND

app-arch/unshield
	dev-libs/libcdio

BDEPEND

test? (
	dev-util/cmocka
)

Manifest for 0.2.6

Type File Size Source URLs
DIST re3-installer-0.2.6.tar.gz 1188884 bytes https://github.com/Tatsh/re3-installer/archive/refs/tags/v0.2.6.tar.gz