16 lines
673 B
Bash
16 lines
673 B
Bash
# Template file for 'uacme'
|
|
pkgname=uacme
|
|
version=1.7.4
|
|
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=a638fe0878dba8fdda62f89e7a284243edbcd31b92c11b5cfdc7d3efd9547bca
|