15 lines
626 B
Bash
15 lines
626 B
Bash
# Template file for 'certbot-apache'
|
|
pkgname=certbot-apache
|
|
version=2.7.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
|
|
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=6ff21ae1ca61d9f5546de6e6c7d155d4e24f50b5894a2f1323547694cbb64422
|