# 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 }