summaryrefslogtreecommitdiff
path: root/homebrew/systemc/.beer
blob: 962a79631bf83196ae210331ce280de5a88b8d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Systemc",
    "description": "Core SystemC language and examples",
    "url": "https://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz",
    "mirror": null,
    "homepage": "https://accellera.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--with-arch-suffix=\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.3.2",
    "file": "systemc.rb"
}