mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.4 KiB
Tcl
38 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/go-acme/lego 4.35.1 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
homepage https://go-acme.github.io/lego
|
|
|
|
description Let's Encrypt client and ACME library written in Go
|
|
|
|
long_description {*}${description}. Supports ACME v2 RFC 8555. Allows \
|
|
registering with a CA, obtaining certificates (both from \
|
|
scratch, or with an existing CSR), renewing certificates, \
|
|
revoking certificates, SAN certificate support, support \
|
|
for ACME challenges (HTTP, DNS, TLS), certificate \
|
|
bundling, and more.
|
|
|
|
categories security www
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
build.cmd make
|
|
build.pre_args VERSION=v${version}
|
|
build.args build
|
|
|
|
checksums rmd160 221b5d613ca11a4d54f8e1fc931d3aed2245e976 \
|
|
sha256 50a3246798c8808b7d4d78b3141d18d41363d413880ee8d663cbfa3efdde0640 \
|
|
size 1091609
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/dist/${name} ${destroot}${prefix}/bin/
|
|
}
|