summaryrefslogtreecommitdiff
path: root/homebrew/csmith/.beer
blob: e5420f6a8c454e4467896f1c99a591750cdb4827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Csmith",
    "description": "Generates random C programs conforming to the C99 standard",
    "url": "https://embed.cs.utah.edu/csmith/csmith-2.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://embed.cs.utah.edu/csmith/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "mv \"#{bin}/compiler_test.in\", share",
        "(include/\"csmith-#{version}/runtime\").install Dir[\"runtime/*.h\"]"
    ],
    "version": "2.3.0",
    "file": "csmith.rb"
}