ilot/certbot-dns-gandi: new aport
This commit is contained in:
parent
923e238836
commit
32dc75f9c3
1 changed files with 23 additions and 0 deletions
23
ilot/certbot-dns-gandi/APKBUILD
Normal file
23
ilot/certbot-dns-gandi/APKBUILD
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
|
pkgname="certbot-dns-gandi"
|
||||||
|
pkgdesc="gandi DNS authenticator plugin for certbot"
|
||||||
|
pkgver=1.5.0
|
||||||
|
pkgrel=0
|
||||||
|
arch="noarch"
|
||||||
|
url="https://github.com/obynio/certbot-plugin-gandi"
|
||||||
|
license="MIT"
|
||||||
|
depends="certbot"
|
||||||
|
makedepends="py3-setuptools"
|
||||||
|
source="
|
||||||
|
$pkgname-$pkgver.tar.gz::https://github.com/onynio/certbot-plugin-gandi/archive/refs/tags/$pkgver.zip
|
||||||
|
gandi.init
|
||||||
|
"
|
||||||
|
|
||||||
|
package() {
|
||||||
|
python setup.py install --root="$pkgdir"
|
||||||
|
mkdir -p "$pkgdir"/etc/letsencrypt
|
||||||
|
mkdir -p "$pkgdir"/usr/lib/systemd/system
|
||||||
|
mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
|
||||||
|
install -m 0600 "$srcdir"/gandi.ini "$pkgdir"/etc/letsencrypt/gandi.ini
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue