summaryrefslogtreecommitdiff
path: root/homebrew/libbtbb/.beer
blob: f59794b2dbe446b74d36555f85def4950320500e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Libbtbb",
    "description": "Bluetooth baseband decoding library",
    "url": "https://github.com/greatscottgadgets/libbtbb/archive/2018-12-R1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/greatscottgadgets/libbtbb",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2018",
    "file": "libbtbb.rb"
}