summaryrefslogtreecommitdiff
path: root/homebrew/libcec/.beer
blob: f9bb4a73cb0fd22556a86a324a8ddb054bf02d2b (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
{
    "name": "Libcec",
    "description": "Control devices with TV remote control and HDMI cabling",
    "url": "https://github.com/Pulse-Eight/libcec/archive/libcec-4.0.4.tar.gz",
    "mirror": null,
    "homepage": "http://libcec.pulse-eight.com/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "p8-platform",
            "url": "https://github.com/Pulse-Eight/platform/archive/p8-platform-2.1.0.1.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "resource(\"p8-platform\").stage do",
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "4.0.4",
    "file": "libcec.rb"
}