summaryrefslogtreecommitdiff
path: root/homebrew/lft/.beer
blob: 3cbd1bce4ea269d2998d6b9d079865937d87c842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Lft",
    "description": "Layer Four Traceroute (LFT), an advanced traceroute tool",
    "url": "https://pwhois.org/dl/index.who?file=lft-3.79.tar.gz",
    "mirror": null,
    "homepage": "https://pwhois.org/lft/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.79",
    "file": "lft.rb"
}