15 lines
626 B
Bash
15 lines
626 B
Bash
# Template file for 'certbot-nginx'
|
|
pkgname=certbot-nginx
|
|
version=2.10.0
|
|
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=9add7e8b7005fe6d8405cb74fd868d4b3689a572957a9112d654a5ac1e7f4d91
|