# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LIBRETRO_REPO_NAME="libretro/libretro-prboom" LIBRETRO_COMMIT_SHA="689f2b8007fa5712290bdd9faf7015a6bd13803d" inherit libretro libretro-core DESCRIPTION="libretro implementation of PrBoom. (Doom)" HOMEPAGE="https://github.com/libretro/libretro-prboom" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="games-emulation/libretro-info" src_install() { insinto "${LIBRETRO_DATA_DIR}"/prboom_libretro/ doins "${S}"/prboom.wad libretro-core_src_install }