# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: c7ab54a56949ea32af8f39b0fbb12715da0a2601 $ EAPI=8 inherit cmake git-r3 DESCRIPTION="Scientific Data Base for celestia" HOMEPAGE="https://github.com/CelestiaProject/CelestiaContent" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" EGIT_REPO_URI="https://github.com/CelestiaProject/CelestiaContent.git" BDEPEND="nls? ( sys-devel/gettext )" src_configure() { local mycmakeargs=( -DENABLE_NLS="$(usex nls)" ) cmake_src_configure }