mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 17:16:44 +02:00
19 lines
586 B
Text
19 lines
586 B
Text
# Maintainer: Leo Unglaub <leo@unglaub.at>
|
|
pkgname=getssl
|
|
pkgver=2.48
|
|
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="
|
|
c1b3e8556a0df3c0a23b12dde2add335aece5ddfdb8678bb87ce0ebae8acdb909b337770c3a01d5439b61887e3ce30f5e3d90cdaa9355e22ba4c96fe1066cfcd getssl-2.48.tar.gz
|
|
"
|