# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit edo meson python-any-r1 DESCRIPTION="A simple async wrapper around CURL for C++" HOMEPAGE="https://nheko.im/nheko-reborn/coeurl" SRC_URI="https://nheko.im/nheko-reborn/coeurl/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64" IUSE="ssl test" REQUIRED_USE="test? ( ssl )" RESTRICT="!test? ( test )" RDEPEND=" net-misc/curl[ssl?] dev-libs/libevent:=