mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
parent
5e45d0c2d4
commit
5923a3a230
1 changed files with 18 additions and 0 deletions
18
srcpkgs/certbot/template
Normal file
18
srcpkgs/certbot/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'certbot'
|
||||
pkgname=certbot
|
||||
version=0.35.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-acme python3-ConfigArgParse python3-configobj
|
||||
python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
|
||||
python3-zope.component python3-zope.interface python3-parsedatetime
|
||||
python3-zope.hookable python3-mock python3-zope.deferredimport
|
||||
python3-zope.deprecation"
|
||||
short_desc="Let's Encrypt certificate renewal automation utility"
|
||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://certbot.eff.org/"
|
||||
distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
|
||||
checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
|
Loading…
Add table
Reference in a new issue