void-packages/srcpkgs/certbot-apache/template
2020-12-08 15:24:09 -05:00

19 lines
628 B
Bash

# Template file for 'certbot-apache'
pkgname=certbot-apache
version=1.10.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="certbot python3-acme python3-augeas python3-zope.interface"
checkdepends="python3-pytest $depends"
short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin"
maintainer="Kartik S. <kartik.ynwa@gmail.com>"
license="Apache-2.0"
homepage="https://certbot.eff.org/"
distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz"
checksum=97ed637b4c7b03820db6c69aa90145dc989933351d46a3d62baf6b71674f0a10
do_check() {
python3 -m pytest
}