mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
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>
17 lines
574 B
Plaintext
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"
|