contrib/certbot-nginx/Pkgfile

16 lines
488 B
Plaintext
Raw Normal View History

2022-11-12 22:45:56 +01:00
# Description: Nginx plugin for Lets Encrypt client
2022-03-27 16:25:20 +02:00
# URL: https://pypi.python.org/pypi/certbot-nginx
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: certbot python3-mock python3-pyparsing
2022-03-27 16:25:20 +02:00
name=certbot-nginx
2024-06-06 23:54:35 +02:00
version=2.11.0
2022-04-08 12:57:11 +02:00
release=1
2024-06-06 23:54:35 +02:00
source=(https://pypi.io/packages/source/c/certbot_nginx/certbot_nginx-$version.tar.gz)
2022-03-27 16:25:20 +02:00
build() {
2024-06-06 23:54:35 +02:00
cd certbot_nginx-$version
2022-03-27 16:25:20 +02:00
/usr/bin/python3 -m build --wheel --no-isolation
2022-09-10 21:51:10 +02:00
/usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
2022-03-27 16:25:20 +02:00
}