aboutsummaryrefslogtreecommitdiffstats
path: root/testing/getssl/APKBUILD
blob: 1fc4a03c358d6eb2f5726a9b662fc5bd9d453671 (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.11
pkgrel=0
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"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz"

package () {
	make DESTDIR="$pkgdir" install
}
sha512sums="c6a74b9bc4a8ab22975c3d75354978fb96dd31fc3fe4de2712b47150e183afc1de015e3756fa8c82bc5255a19202e4799f4454f17963de538cfd4b409095cae7  getssl-2.11.tar.gz"