# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ "${PV}" == "9999" ]]
then
EGIT_REPO_URI="https://github.com/rzr/pinball-table-gnu"
inherit git-r3
else
SRC_URI="https://github.com/rzr/pinball-table-gnu/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
fi
DESCRIPTION="GNU table for games-arcade/emilia-pinball"
HOMEPAGE="https://github.com/rzr/pinball-table-gnu"
LICENSE="GPL-2+ GPL-3+ Free-Art-1.3 CC-BY-SA-3.0"
SLOT="0"
RDEPEND="
media-libs/libsdl2
>=games-arcade/emilia-pinball-0.3.2020
"
DEPEND="${RDEPEND}"
src_prepare() {
default
./bootstrap || die
}