From 52a933a8d788923fdd67a6031199a55f40924866 Mon Sep 17 00:00:00 2001 From: guddaff Date: Tue, 25 May 2021 20:05:01 +0200 Subject: [PATCH] testing/dehydrated: new aport --- testing/dehydrated/APKBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testing/dehydrated/APKBUILD diff --git a/testing/dehydrated/APKBUILD b/testing/dehydrated/APKBUILD new file mode 100644 index 00000000000..3efb5afd447 --- /dev/null +++ b/testing/dehydrated/APKBUILD @@ -0,0 +1,19 @@ +# Contributor: guddaff +# Maintainer: guddaff +pkgname=dehydrated +pkgver=0.7.0 +pkgrel=0 +pkgdesc="shellscript letsencrypt/acme client" +options="!check" #there are no checks +url="https://github.com/dehydrated-io/dehydrated" +arch="noarch" +license="MIT" +source="$pkgname-$pkgver.tar.gz::https://github.com/dehydrated-io/dehydrated/archive/refs/tags/v$pkgver.tar.gz" + +package() { + install -Dm755 dehydrated "$pkgdir"/usr/bin/dehydrated + install -Dm644 docs/examples/config "$pkgdir"/etc/dehydrated/config + install -Dm644 docs/examples/domains.txt "$pkgdir"/etc/dehydrated/domains.txt +} + +sha512sums="47740d2d31ca73482a4fc5ed0dfce986af907dd5449cb3a5230bf9683845686c8122fc32e6219a4439574ef11d6fb104ee09591c5ff667927a2c9c13ba005511 dehydrated-0.7.0.tar.gz"