From f334d8cecf74365fb295c77d7d7c9921470bbd4e Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Sun, 15 Dec 2019 10:14:34 +0000 Subject: [PATCH] community/certbot-apache: new aport --- community/certbot-apache/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/certbot-apache/APKBUILD diff --git a/community/certbot-apache/APKBUILD b/community/certbot-apache/APKBUILD new file mode 100644 index 00000000000..ef86770bf0b --- /dev/null +++ b/community/certbot-apache/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname="certbot-apache" +pkgver="1.0.0" +pkgrel=0 +pkgdesc="Apache plugin for Certbot client" +url="https://pypi.python.org/pypi/$pkgname" +arch="noarch" +license="Apache" +depends="certbot py3-acme py3-mock py3-augeas +py3-setuptools py3-zope-component py3-zope-interface" +checkdepends="py3-pytest" +source="https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" + +build() { + python3 setup.py build +} + +check() { + python3 setup.py test +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="25cfaf8d58f52c502cf7a0cc70f279ccc7eb44f16dc509b32cd15310fff52c5b92c2cf0ecbc55abab830659219cf4c458363dfd4b8391d23f098d5afce3f636d certbot-apache-1.0.0.tar.gz"