17 lines
708 B
Bash
17 lines
708 B
Bash
# Template file for 'uacme'
|
|
pkgname=uacme
|
|
version=1.7.2
|
|
revision=1
|
|
wrksrc="uacme-upstream-${version}"
|
|
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=e7598e794f5ec414d993c4f2f7df39e7c72f26e41302b875ddaf040d8103ec5f
|