blob: 944fdf17c6cde964420f889517cd667feddbb2c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = getssl-git
pkgdesc = Obtain SSL certificates from the letsencrypt.org ACME server. Suitable for automating the process on remote servers.
pkgver = latest.r19.e4154c4
pkgrel = 1
url = https://github.com/srvrco/getssl
arch = any
license = GPL3
makedepends = git
depends = openssl
depends = curl
depends = bind-tools
provides = getssl-git
conflicts = getssl
source = getssl-git::git+https://github.com/srvrco/getssl.git
sha256sums = SKIP
pkgname = getssl-git
|