15 lines
593 B
Bash
15 lines
593 B
Bash
# Template file for 'certbot-apache'
|
|
pkgname=certbot-apache
|
|
version=1.12.0
|
|
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=e5679b40d99bd241f4fcd9fe44b73e6e25ccc969a617131ff6ebc90d562a49f2
|