void-packages/srcpkgs/certbot-nginx/template

19 lines
627 B
Bash
Raw Normal View History

2020-10-03 11:33:30 +02:00
# Template file for 'certbot-nginx'
pkgname=certbot-nginx
2021-01-12 17:04:40 +01:00
version=1.11.0
2020-10-03 11:33:30 +02:00
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
2020-12-08 20:55:01 +01:00
depends="certbot python3-acme python3-parsing python3-zope.interface"
checkdepends="python3-pytest $depends"
2020-10-03 11:33:30 +02:00
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"
2021-01-12 17:04:40 +01:00
checksum=9afe611f99a78b8898941b8ad7bdcf7f3c2b6e0fce27125268f7c713e64b34ee
2020-12-08 20:55:01 +01:00
do_check() {
python3 -m pytest
}