contrib/certbot-nginx/Pkgfile

16 lines
463 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}