summaryrefslogtreecommitdiff
path: root/homebrew/openocd/.beer
blob: 0ffbc04fee689ad816d81a89ff9d3d695636d8b4 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "name": "OpenOcd",
    "description": "On-chip debugging, in-system programming and boundary-scan testing",
    "url": "https://downloads.sourceforge.net/project/openocd/openocd/0.10.0/openocd-0.10.0.tar.bz2",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/openocd/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "texinfo",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "hidapi",
            "build-depend": false
        },
        {
            "depend": "libftdi",
            "build-depend": false
        },
        {
            "depend": "libusb",
            "build-depend": false
        },
        {
            "depend": "libusb-compat",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"CCACHE\"] = \"none\"",
        "system \"./bootstrap\", \"nosubmodule\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--enable-buspirate\",",
        "\"--enable-stlink\",",
        "\"--enable-dummy\",",
        "\"--enable-jtag_vpi\",",
        "\"--enable-remote-bitbang\"",
        "system \"make\", \"install\""
    ],
    "version": "0.10.0",
    "file": "open-ocd.rb"
}