games-emulation/libretro-nestopia - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =games-emulation/libretro-nestopia-9999

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

autounmask =games-emulation/libretro-nestopia-9999

Or alternatively:

emerge --autounmask-write -a =games-emulation/libretro-nestopia-9999

Package Information

Description:
Nestopia libretro port
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

LIBRETRO_REPO_NAME="libretro/nestopia"
inherit libretro-core
S="${WORKDIR}/${P}/libretro"
LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so"

DESCRIPTION="Nestopia libretro port"
LICENSE="GPL-2+"
SLOT="0"

Inherited Eclasses