contrib/certbot-nginx/Pkgfile

16 lines
479 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-02-09 20:22:25 +01:00
version=2.9.0
2022-04-08 12:57:11 +02:00
release=1
2022-03-27 16:25:20 +02:00
source=(https://pypi.io/packages/source/c/certbot-nginx/certbot-nginx-$version.tar.gz)
build() {
cd $name-$version
/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
}