From aad10a0366373502b783839722c2b4f7feb8a881 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 17 May 2018 14:04:29 +0200 Subject: testing/acme-client-plus: new aport https://github.com/jirutka/acme-client-plus Script for periodic renewal of certificates using BSD's acme-client --- testing/acme-client-plus/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/acme-client-plus/APKBUILD (limited to 'testing') diff --git a/testing/acme-client-plus/APKBUILD b/testing/acme-client-plus/APKBUILD new file mode 100644 index 0000000000..91278f1fa7 --- /dev/null +++ b/testing/acme-client-plus/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Jakub Jirutka +# Maintainer: Jakub Jirutka +pkgname=acme-client-plus +pkgver=0.1.0 +pkgrel=0 +pkgdesc="Script for periodic renewal of certificates using BSD's acme-client" +url="https://github.com/jirutka/acme-client-plus" +arch="noarch" +license="ISC" +depends="acme-client libressl" +options="!check" # no tests provided +source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" + +package() { + cd "$builddir" + make install DESTDIR="$pkgdir" prefix=/usr +} + +sha512sums="589a475e770ea1f1f590002dcae39534f91d1840b4f09930b17caa5ebceb7acac9b1b8843acd254ad997747e19118db3d53d3a805db89c59d3327e9ae7effcd7 acme-client-plus-0.1.0.tar.gz" -- cgit v1.2.3