app-crypt/acme-client - 1.3.2 (nest)

Search

Package Information

Description:
Secure Let's Encrypt client
Homepage:
https://git.sr.ht/~graywolf/acme-client-portable
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.3.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools systemd

MY_PN="${PN}-portable"
MY_P="${MY_PN}-v${PV}"

DESCRIPTION="Secure Let's Encrypt client"
HOMEPAGE="https://git.sr.ht/~graywolf/acme-client-portable"
SRC_URI="https://git.sr.ht/~graywolf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-libs/openssl:0="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default

	eautoreconf
}

src_install() {
	default

	keepdir /var/lib/acme-client/{accounts,certs}
	insinto /etc/acme-client.d
	doins "${FILESDIR}"/example.org.hook
	insinto /etc
	doins "${FILESDIR}"/acme-client.conf

	systemd_dounit "${FILESDIR}"/acme-client.{service,timer}
}

Dependencies

DEPEND

dev-libs/openssl:0=

RDEPEND

dev-libs/openssl:0=

BDEPEND

virtual/pkgconfig

Manifest for 1.3.2

Type File Size Source URLs
DIST acme-client-1.3.2.tar.gz 75299 bytes https://git.sr.ht/~graywolf/acme-client-portable/archive/v1.3.2.tar.gz