summaryrefslogtreecommitdiff
path: root/homebrew/stress/.beer
blob: c51629664297711ca68d0f25a9dbc8d93229be49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Stress",
    "description": "Tool to impose load on and stress test a computer system",
    "url": "https://people.seas.harvard.edu/~apw/stress/stress-1.0.4.tar.gz",
    "mirror": "https://mirrors.kernel.org/debian/pool/main/s/stress/stress_1.0.4.orig.tar.gz",
    "homepage": "https://people.seas.harvard.edu/~apw/stress/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.4",
    "file": "stress.rb"
}