19 lines
773 B
Bash
19 lines
773 B
Bash
|
# Template file for 'certbot'
|
||
|
pkgname=certbot
|
||
|
version=0.35.1
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3 python3-acme python3-ConfigArgParse python3-configobj
|
||
|
python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
|
||
|
python3-zope.component python3-zope.interface python3-parsedatetime
|
||
|
python3-zope.hookable python3-mock python3-zope.deferredimport
|
||
|
python3-zope.deprecation"
|
||
|
short_desc="Let's Encrypt certificate renewal automation utility"
|
||
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||
|
license="Apache-2.0"
|
||
|
homepage="https://certbot.eff.org/"
|
||
|
distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
|
||
|
checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
|