this repo has no description

create conf-nmap for nmap/ncat command. (#21284)

* create conf-nmap for nmap/ncat command.

* Apply suggestions from code review

* Update packages/conf-nmap/conf-nmap.1.0.0/opam

* Update packages/conf-nmap/conf-nmap.1.0.0/opam

* Apply suggestions from code review

* conf-nmap: fix typo

Co-authored-by: Kate <kit.ty.kate@disroot.org>
Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+27
packages
conf-nmap
conf-nmap.1.0.0
+27
packages/conf-nmap/conf-nmap.1.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "gbikal+github@gmail.com"
+
homepage: "https://nmap.org/"
+
authors: "https://nmap.org/"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "Nmap Public Source License Version 0.94"
+
build: [
+
["nmap" "--version"]
+
]
+
depexts: [
+
["nmap"] {os-family = "debian"}
+
["nmap"] {os-family = "ubuntu"}
+
["nmap"] {os-distribution = "centos"}
+
["nmap"] {os-distribution = "fedora"}
+
["nmap"] {os-family = "suse"}
+
["nmap"] {os-family = "arch"}
+
["nmap"] {os-distribution = "ol"}
+
["nmap"] {os-family = "alpine"}
+
["nmap"] {os-distribution = "nixos"}
+
["nmap"] {os = "macos" & (os-distribution = "homebrew" | os-distribution = "macports")}
+
["nmap"] {os = "freebsd"}
+
]
+
synopsis: "Virtual package relying on nmap installation"
+
description: """
+
This package can only install if the nmap/ncat command
+
is available on the system."""
+
flags: conf