summaryrefslogtreecommitdiff
path: root/homebrew/ubertooth/.beer
blob: f72bc9bf43cf35ba444cd2e714f25aa3b7b0c82f (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
{
    "name": "Ubertooth",
    "description": "Host tools for Project Ubertooth",
    "url": "https://github.com/greatscottgadgets/ubertooth/releases/download/2018-12-R1/ubertooth-2018-12-R1.tar.xz",
    "mirror": null,
    "homepage": "https://github.com/greatscottgadgets/ubertooth/wiki",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libbtbb",
            "build-depend": false
        },
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"host/build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2018",
    "file": "ubertooth.rb"
}