void-packages/srcpkgs/certbot-nginx/template

19 lines
627 B
Bash

# Template file for 'certbot-nginx'
pkgname=certbot-nginx
version=1.11.0
revision=1
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=9afe611f99a78b8898941b8ad7bdcf7f3c2b6e0fce27125268f7c713e64b34ee
do_check() {
python3 -m pytest
}