summaryrefslogtreecommitdiff
path: root/homebrew/bonniexx/.beer
blob: 4c63a26b19b853497e693f3ea441ec6fe931b385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Bonniexx",
    "description": "Benchmark suite for file systems and hard drives",
    "url": "https://www.coker.com.au/bonnie++/bonnie++-1.97.3.tgz",
    "mirror": "https://fossies.org/linux/privat/bonnie++-1.97.3.tgz",
    "homepage": "https://www.coker.com.au/bonnie++/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/57a21ef/bonnie%2B%2B/remove-large-file-support-macros.diff",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.97.3",
    "file": "bonnie++.rb"
}