summaryrefslogtreecommitdiff
path: root/homebrew/libftdi0/.beer
blob: f1d6b1a5a6683884437c3cd35da7517acc2e354d (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
{
    "name": "Libftdi0",
    "description": "Library to talk to FTDI chips",
    "url": "https://www.intra2net.com/en/developer/libftdi/download/libftdi-0.20.tar.gz",
    "mirror": null,
    "homepage": "https://www.intra2net.com/en/developer/libftdi",
    "depends": [
        {
            "depend": "libusb-compat",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "cspice",
            "reason": "both install `simple` binaries"
        },
        {
            "conflict": "openhmd",
            "reason": "both install `simple` binaries"
        }
    ],
    "patches": [],
    "install": [
        "mkdir \"libftdi-build\" do",
        "system \"../configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.20",
    "file": "libftdi0.rb"
}