aports/testing/getssl/APKBUILD
Leo Unglaub 7b4dcc604d testing/getssl: Fix the runtime dependency
The port currently needs bash. There is an open ticket
to fix this, but there is no progress in the issue.

    * https://github.com/srvrco/getssl/issues/31

Signed-off-by: Leo Unglaub <leo@unglaub.at>
2017-10-25 09:57:01 +02:00

17 lines
574 B
Plaintext

# Maintainer: Leo Unglaub <leo@unglaub.at>
pkgname=getssl
pkgver=2.10
pkgrel=1
pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol."
url="https://github.com/srvrco/getssl"
arch="noarch"
license="GPL-3.0"
depends="curl bash"
source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz"
package () {
cd "$srcdir/getssl-$pkgver"
make DESTDIR="$pkgdir" install
}
sha512sums="47cabf5b1aefd8095548c692cbd9b982e53541f72d932acded2cd0ff2e7b780eb765e45ac0e86be9024e78293e76d5731e705eef7b7f18999c6477c130225e0a getssl-2.10.tar.gz"