summaryrefslogtreecommitdiff
path: root/homebrew/libftdi/.beer
blob: c1dd1e7bb1c693959e0b2a6e838ae4b8c86c0add (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
{
    "name": "Libftdi",
    "description": "Library to talk to FTDI chips",
    "url": "https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.4.tar.bz2",
    "mirror": null,
    "homepage": "https://www.intra2net.com/en/developer/libftdi",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "swig",
            "build-depend": true
        },
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"libftdi-build\" do",
        "system \"cmake\", \"..\", \"-DPYTHON_BINDINGS=OFF\", *std_cmake_args",
        "system \"make\", \"install\"",
        "(libexec/\"bin\").install \"examples/find_all\""
    ],
    "version": "1.4",
    "file": "libftdi.rb"
}