17 lines
708 B
Bash
17 lines
708 B
Bash
|
# Template file for 'uacme'
|
||
|
pkgname=uacme
|
||
|
version=1.7.1
|
||
|
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=36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac
|