aports/testing/getssl/APKBUILD
Leo Unglaub 8330027fc5 testing/getssl: new aport
A pure shell implementation of the LetsEncrypt ACME protocol.
https://github.com/srvrco/getssl
2017-08-08 19:49:41 +00:00

17 lines
569 B
Plaintext

# Maintainer: Leo Unglaub <leo@unglaub.at>
pkgname=getssl
pkgver=2.10
pkgrel=0
pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol."
url="https://github.com/srvrco/getssl"
arch="noarch"
license="GPL-3.0"
depends="curl"
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"