diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 18:24:58 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-27 18:17:32 +0000 |
commit | 7384627b6ebd306a396dd1562ff0fddf0c7a9bda (patch) | |
tree | 54bcfbe690764e983338de3a718c79f7d9a594b7 /testing | |
parent | f97810a66e7fea830e4d7b2c1ab8499b005cf48e (diff) | |
download | aports-7384627b6ebd306a396dd1562ff0fddf0c7a9bda.tar.bz2 aports-7384627b6ebd306a396dd1562ff0fddf0c7a9bda.tar.xz |
unmaintained/acme-client-plus: move from testing
- Dependency acme-client is on unmaintained
Diffstat (limited to 'testing')
-rw-r--r-- | testing/acme-client-plus/APKBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/acme-client-plus/APKBUILD b/testing/acme-client-plus/APKBUILD deleted file mode 100644 index 6e9f4b0997..0000000000 --- a/testing/acme-client-plus/APKBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Contributor: Jakub Jirutka <jakub@jirutka.cz> -# Maintainer: Jakub Jirutka <jakub@jirutka.cz> -pkgname=acme-client-plus -pkgver=0.1.1 -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="abdd52cc805b2bda402f4930f403d9152507a635a09bb660fff2d9fcf7ecebf5138abd9e45c41fb0e703848a7cf909fc0b2fa4802108c190b62994bd63523519 acme-client-plus-0.1.1.tar.gz" |