# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake flag-o-matic DESCRIPTION="MEGA C++ SDK" HOMEPAGE="https://github.com/meganz/sdk" if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/meganz/sdk.git" else SRC_URI="https://github.com/meganz/sdk/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/sdk-${PV}" KEYWORDS="~amd64" fi LICENSE="BSD-2" SLOT="0/${PV}" IUSE="examples ffmpeg freeimage fuse libuv mediainfo qt test" RESTRICT="!test? ( test )" #