15 lines
591 B
Bash
15 lines
591 B
Bash
# Template file for 'certbot-nginx'
|
|
pkgname=certbot-nginx
|
|
version=2.6.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=426038336f0eb305579aa1bd71d021cfbbfa0925d165198054763b7225d64a05
|