mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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/projectdiscovery/vulnx 2.0.1 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Modern CLI for exploring vulnerability data
|
|
|
|
long_description \
|
|
Modern CLI for exploring vulnerability data with powerful search, \
|
|
filtering, and analysis capabilities
|
|
|
|
categories security
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 dd9dca1f06d73e5d2c589de549e5bb20e9df33da \
|
|
sha256 101dcbc93c412b1acfb4b8149660488f42d5c5e4d1b3ff1fd8be3f41c787a4dc \
|
|
size 18621376
|
|
|
|
build.pre_args-append \
|
|
-ldflags \" -s -w -X ${go.package}/v2/cmd/${name}/clis.Version=${version} \"
|
|
|
|
build.args ./cmd/${name}
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|