summaryrefslogtreecommitdiff
path: root/homebrew/icarusverilog/.beer
blob: b4b6727f5d562867f73231f17d76f4ece176e834 (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
25
26
27
28
{
    "name": "IcarusVerilog",
    "description": "Verilog simulation and synthesis tool",
    "url": "ftp://icarus.com/pub/eda/verilog/v10/verilog-10.2.tar.gz",
    "mirror": "https://deb.debian.org/debian/pool/main/i/iverilog/iverilog_10.2.orig.tar.gz",
    "homepage": "http://iverilog.icarus.com/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "bison",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoconf\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "ENV.deparallelize",
        "system \"make\", \"install\", \"BISON=#{Formula[\"bison\"].opt_bin}/bison\""
    ],
    "version": "10.2",
    "file": "icarus-verilog.rb"
}