~joetalbott/nmap-ubuntu-core/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: nmap
version: 7.12SVN-0.6
summary: Network mapping tool.
description: Network mapping tool.

apps:
    nmap:
        command: bin/nmap
        plugs: [network, network-bind, network-control]
    ncat:
        command: bin/ncat
        plugs: [network, network-bind, network-control]
    nping:
        command: bin/nping
        plugs: [network, network-bind, network-control]
parts:
    nmap:
        build-packages: [g++]
        plugin: autotools
        source: https://github.com/nmap/nmap
        source-type: git