16 lines
673 B
Bash
16 lines
673 B
Bash
# Template file for 'uacme'
|
|
pkgname=uacme
|
|
version=1.7.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-maintainer-mode --with-openssl"
|
|
hostmakedepends="asciidoc pkg-config"
|
|
makedepends="libcurl-devel openssl-devel"
|
|
short_desc="Minimal ACMEv2 (Let's Encrypt) client written in plain C"
|
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/ndilieto/uacme"
|
|
changelog="https://raw.githubusercontent.com/ndilieto/uacme/master/ChangeLog"
|
|
distfiles="https://github.com/ndilieto/uacme/archive/refs/tags/upstream/${version}.tar.gz"
|
|
checksum=0ec8e5bcb8ed2b532572ca4878d30b2a794f607b995348ebc176d566b64d73f9
|