mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
This PR adds a proper snapcraft.yaml file for each DNS plugin, and provides a shell script to generate them.
27 lines
685 B
YAML
27 lines
685 B
YAML
name: certbot-dns-ovh
|
|
summary: OVH DNS Authenticator plugin for Certbot
|
|
description: OVH DNS Authenticator plugin for Certbot
|
|
confinement: strict
|
|
grade: devel
|
|
base: core18
|
|
adopt-info: certbot-dns-ovh
|
|
|
|
parts:
|
|
certbot-dns-ovh:
|
|
plugin: python
|
|
source: .
|
|
constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt]
|
|
python-version: python3
|
|
override-pull: |
|
|
snapcraftctl pull
|
|
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
|
|
build-environment:
|
|
- EXCLUDE_CERTBOT_DEPS: "True"
|
|
|
|
slots:
|
|
certbot:
|
|
interface: content
|
|
content: certbot-1
|
|
read:
|
|
- $SNAP/lib/python3.6/site-packages
|