| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LIBRETRO_REPO_NAME="libretro/hatari"
inherit libretro-core
DESCRIPTION="Hatari is an Atari ST/STE/TT/Falcon emulator core for libretro"
HOMEPAGE="https://github.com/libretro/hatari"
KEYWORDS=""
LICENSE="GPL-2"
SLOT="0"
CFLAGS="" # Doesn't compile without this
DEPEND=""
RDEPEND="${DEPEND}
games-emulation/libretro-info"
src_configure() {
# Skip the ./configure script.
true
}
games-emulation/libretro-info