# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LIBRETRO_REPO_NAME="libretro/libretro-handy" LIBRETRO_COMMIT_SHA="358f50b22a722427d5fe73a372e6a27c24ac5a8c" inherit libretro-core DESCRIPTION="libretro implementation of Handy. (Atari Lynx)" HOMEPAGE="https://github.com/libretro/libretro-handy" KEYWORDS="~amd64 ~x86" 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 }