summaryrefslogtreecommitdiff
path: root/homebrew/exodriver/.beer
blob: 1919b12b1c10e7adca0c6ca5659e50d89c8c1088 (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
{
    "name": "Exodriver",
    "description": "Thin interface to LabJack devices",
    "url": "https://github.com/labjack/exodriver/archive/v2.5.3.tar.gz",
    "mirror": null,
    "homepage": "https://labjack.com/support/linux-and-mac-os-x-drivers",
    "depends": [
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"-C\", \"liblabjackusb\", \"install\",",
        "\"HEADER_DESTINATION=#{include}\", \"DESTINATION=#{lib}\"",
        "ENV.prepend \"CPPFLAGS\", \"-I#{include}\"",
        "ENV.prepend \"LDFLAGS\", \"-L#{lib}\"",
        "system \"make\", \"-C\", \"examples/Modbus\"",
        "pkgshare.install \"examples/Modbus/testModbusFunctions\""
    ],
    "version": "2.5.3",
    "file": "exodriver.rb"
}