# -*- 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/projectdiscovery/cvemap 1.0.0 v
go.offline_build    no
revision            0

description         Navigate the CVE jungle with ease

long_description    \
    Navigate the Common Vulnerabilities and Exposures \(CVE\) jungle with \
    ease using CVEMAP, a command-line interface \(CLI\) tool designed to \
    provide a structured and easily navigable interface to various \
    vulnerability databases.

categories          security
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  b36cc7efef026587d1a3aca1d333476dd7d1c283 \
                    sha256  76146c23e94493106c9d9bc6f039b33e182415d0a35e5adf43b83f1712cf8d35 \
                    size    35836938

build.args          ./cmd/${name}

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
