games-emulation/hatari-libretro - 9999 (menelkir)

Search

Package Information

Description:
Hatari is an Atari ST/STE/TT/Falcon emulator core for libretro
Homepage:
https://github.com/libretro/hatari
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 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/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
}

Dependencies

RDEPEND

		games-emulation/libretro-info