summaryrefslogtreecommitdiff
path: root/homebrew/iozone/.beer
blob: bc28140d1ec641fb389f9dab3e2bbdee107ea1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Iozone",
    "description": "File system benchmark tool",
    "url": "http://www.iozone.org/src/current/iozone3_487.tar",
    "mirror": null,
    "homepage": "http://www.iozone.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"src/current\" do",
        "system \"make\", \"macosx\", \"CC=#{ENV.cc}\"",
        "bin.install \"iozone\"",
        "pkgshare.install %w[Generate_Graphs client_list gengnuplot.sh gnu3d.dem",
        "gnuplot.dem gnuplotps.dem iozone_visualizer.pl",
        "report.pl]"
    ],
    "version": "3_487",
    "file": "iozone.rb"
}