summaryrefslogtreecommitdiff
path: root/certbot-nginx/Pkgfile
blob: 1072ca0641da6471474fa04c31eba6753620a482 (plain)
    1 # Description: Nginx plugin for Lets Encrypt client
    2 # URL: https://pypi.python.org/pypi/certbot-nginx
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: certbot python3-mock
    5 
    6 name=certbot-nginx
    7 version=2.0.0
    8 release=1
    9 source=(https://pypi.io/packages/source/c/certbot-nginx/certbot-nginx-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   /usr/bin/python3 -m build --wheel --no-isolation
   14   /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
   15 }

Generated by cgit