aboutsummaryrefslogtreecommitdiffstats
path: root/testing/getssl/APKBUILD
blob: 4f520258c6f2f2ff865affcf3b53678e7755ff93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"