# Copyright 2025 Arniiiii lg3dx6fd@gmail.com # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="Lightweight structured concurrency for C++20" HOMEPAGE="https://github.com/hudson-trading/corral" CORRAL_COMMIT="3505402a3a8ae4ad02e9661889178cbec523210d" SRC_URI="https://github.com/hudson-trading/corral/archive/${CORRAL_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/corral-${CORRAL_COMMIT}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test examples doc" RESTRICT="!test? ( test )" DEPEND=" test? ( dev-libs/boost