mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 22:01:42 +01:00
19 lines
585 B
Plaintext
19 lines
585 B
Plaintext
# Maintainer: Leo Unglaub <leo@unglaub.at>
|
|
pkgname=getssl
|
|
pkgver=2.46
|
|
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="
|
|
b4e6c4f0a91cb667091488aa9fcdbff02f9463c70c95151d5cdc1faad509957d4d2b373602a0b9dbd2d3af8f29b4426df342bf90fc57e03929bfa89869b80bb4 getssl-2.46.tar.gz
|
|
"
|