summaryrefslogtreecommitdiff
path: root/homebrew/namebench/.beer
blob: a21b16d8674ca323205d445a07b723ab30c9eb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Namebench",
    "description": "DNS benchmark utility",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/namebench/namebench-1.3.1-source.tgz",
    "mirror": null,
    "homepage": "https://code.google.com/archive/p/namebench/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PYTHONPATH\", libexec/\"lib/python2.7/site-packages\"",
        "system \"python\", \"setup.py\", \"install\", \"--prefix=#{libexec}\",",
        "\"--install-data=#{libexec}/lib/python2.7/site-packages\"",
        "bin.install \"namebench.py\" => \"namebench\"",
        "bin.env_script_all_files(libexec/\"bin\", :PYTHONPATH => ENV[\"PYTHONPATH\"])"
    ],
    "version": "1.3.1",
    "file": "namebench.rb"
}