# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="Fantasy adventure game, based on the works of J.R.R. Tolkien" HOMEPAGE="https://github.com/tome2/tome2" MY_COMMIT="8e2f6361e1a55b21e7abcf051e47a22761d41471" SRC_URI="https://github.com/tome2/tome2/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/tome2-${MY_COMMIT}" LICENSE="Moria ToME2-theme" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X" RDEPEND=" dev-libs/boost:= >=dev-libs/libfmt-12:= sys-libs/ncurses:= X? ( x11-libs/libX11 ) " DEPEND=" ${RDEPEND}