pantry/projects/certbot.eff.org/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

26 lines
586 B
YAML

distributable:
url: https://github.com/certbot/certbot/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: certbot/certbot
dependencies:
python.org: ^3.11
build:
script:
- python-venv.sh {{prefix}}/bin/certbot
env:
SRCROOT: $SRCROOT/certbot
provides:
- bin/certbot
test:
script:
- certbot --version | grep {{version}}
- mkdir certbot
- chmod 777 certbot
- certbot certificates $ARGS | grep "No certificates found."
env:
ARGS:
- --config-dir="certbot/config"
- --work-dir="certbot"
- --logs-dir="certbot/log"