1[manifest]
2name = nmap
3
4[rpms]
5nmap
6
7[debs]
8nmap
9
10[download.not(os=windows)]
11url = https://api.github.com/repos/nmap/nmap/tarball/ef8213a36c2e89233c806753a57b5cd473605408
12sha256 = eda39e5a8ef4964fac7db16abf91cc11ff568eac0fa2d680b0bfa33b0ed71f4a
13
14[build.not(os=windows)]
15builder = autoconf
16subdir = nmap-nmap-ef8213a
17build_in_src_dir = true
18
19[build.os=windows]
20builder = nop
21
22[autoconf.args]
23# Without this option the build was filing to find some third party libraries
24# that we don't need
25enable_rdma=no
26