summaryrefslogtreecommitdiff
path: root/homebrew/libuvc/.beer
blob: cfebed88f0619379fc1d562507256ac56b73d9b6 (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": "Libuvc",
    "description": "Cross-platform library for USB video devices",
    "url": "https://github.com/ktossell/libuvc/archive/v0.0.6.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/ktossell/libuvc",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.0.6",
    "file": "libuvc.rb"
}