mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 03:51:35 +01:00
17 lines
583 B
Plaintext
17 lines
583 B
Plaintext
# Maintainer: Leo Unglaub <leo@unglaub.at>
|
|
pkgname=getssl
|
|
pkgver=2.14
|
|
pkgrel=0
|
|
pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol."
|
|
url="https://github.com/srvrco/getssl"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="curl bash"
|
|
options="!check" # No testsuite
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/getssl/archive/v$pkgver.tar.gz"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
sha512sums="8d81ede16ab9a1021a51b125d63542ebd8b9312ef7bcc137d43e4dddc9058c3241731a9499734d0ec5ba2a23f1ad936f4e840d2e0af7e00681d3b05d969a7976 getssl-2.14.tar.gz"
|