14 lines
565 B
Bash
14 lines
565 B
Bash
# Template file for 'certbot-apache'
|
|
pkgname=certbot-apache
|
|
version=1.9.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="certbot>=${version} python3-acme python3-augeas python3-zope.interface"
|
|
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=f47fb3f4a9bd927f4812121a0beefe56b163475a28f4db34c64dc838688d9e9e
|