           SPELL=uacme
         VERSION=1.7.2
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/ndilieto/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:0323be4d4b17e15c66842b4f8f72dec1051dc370f521736cd1b111df99b182e547e699f93bd4a24238983982d9daaa9b9495a830c82369a29cdc1294525ef7f8
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://github.com/ndilieto/uacme
      LICENSE[0]=GPL
         ENTERED=20220728
           SHORT="ACMEv2 client written in plain C with minimal dependencies"
cat << EOF
uacme is a lightweight client for the RFC8555 ACMEv2 protocol, written in plain
C with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS).

The ACMEv2 protocol allows a Certificate Authority (Let's Encrypt is a popular
one) and an applicant to automate the process of verification and certificate
issuance. The protocol also provides facilities for other certificate
management functions, such as certificate revocation.
EOF
