mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 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/zmap/zlint 3.7.1 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description \
|
|
X.509 Certificate Linter focused on Web PKI standards and requirements.
|
|
|
|
long_description \
|
|
{*}${description} ZLint is a X.509 certificate linter written in Go that \
|
|
checks for consistency with standards \(e.g. RFC 5280\) and other \
|
|
relevant PKI requirements \(e.g. CA\/Browser Forum Baseline Requirements\).
|
|
|
|
categories security
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 402657d4ff47ec92232b54a0b4e19bca27ca2631 \
|
|
sha256 90b501bafd7533fc0831643ddd6d595751f8d0a1403d0bf0201a2a18da712eb8 \
|
|
size 2361440
|
|
|
|
build.pre_args-append \
|
|
-C v3 \
|
|
-ldflags \"-X main.version=${version}\"
|
|
build.args ./cmd/${name}
|
|
|
|
github.livecheck.regex \
|
|
{([0-9.]+)}
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/v3/${name} ${destroot}${prefix}/bin/
|
|
}
|