# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 MY_P="acme-client-portable-${PV}" DESCRIPTION="Portable version of acme-client, a secure ACME client" HOMEPAGE="https://kristaps.bsd.lv/acme-client" SRC_URI="https://kristaps.bsd.lv/acme-client/snapshots/${MY_P}.tgz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-libs/libbsd dev-libs/libressl:=" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}"