15 lines
625 B
Bash
15 lines
625 B
Bash
# Template file for 'certbot-nginx'
|
|
pkgname=certbot-nginx
|
|
version=2.7.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
|
|
depends="certbot python3-acme python3-parsing python3-zope.interface"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Let's Encrypt certificate renewal automation utility - nginx plugin"
|
|
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://certbot.eff.org/"
|
|
distfiles="${PYPI_SITE}/c/certbot-nginx/certbot-nginx-${version}.tar.gz"
|
|
checksum=bfaf0daa6128de2386c1af91e2ec6fa46095d67a7787b8884f075f67f1cc9b54
|