contrib/certbot-nginx/Pkgfile

16 lines
463 B
Plaintext
Raw Normal View History

2022-03-27 16:25:20 +02:00
# Description: Nginx plugin for Lets Encrypt client
# URL: https://pypi.python.org/pypi/certbot-nginx
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: certbot python3-mock
name=certbot-nginx
version=1.25.0
release=2
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
/usr/bin/python3 -m install --destdir=$PKG dist/*.whl
}