games-emulation/handy-libretro - 9999-r3 (menelkir)

Search

Package Information

Description:
libretro implementation of Handy. (Atari Lynx)
Homepage:
https://github.com/libretro/libretro-handy
License:
ZLIB

Ebuild Details

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

EAPI=7

LIBRETRO_REPO_NAME="libretro/libretro-handy"
inherit libretro-core

DESCRIPTION="libretro implementation of Handy. (Atari Lynx)"
HOMEPAGE="https://github.com/libretro/libretro-handy"
KEYWORDS=""

LICENSE="ZLIB"
SLOT="0"

DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}
		games-emulation/libretro-info"

pkg_postinst() {
	if [[ "${first_install}" == "1" ]]; then
		elog ""
		elog "You should put the following optional files in your 'system_directory' folder:"
		elog "lynxboot.img (Lynx Boot Image)"
		elog ""
		ewarn ""
	fi
}

Dependencies

DEPEND

sys-libs/zlib

RDEPEND

sys-libs/zlib
		games-emulation/libretro-info