# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools DESCRIPTION="ACMEv2 client written in plain C with minimal dependencies" HOMEPAGE="https://github.com/ndilieto/uacme" SRC_URI="https://github.com/ndilieto/uacme/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" DEPEND="net-misc/curl || ( dev-libs/openssl net-libs/gnutls net-libs/mbedtls )" RDEPEND="${DEPEND}" src_prepare() { default eautoreconf }