summaryrefslogtreecommitdiff
path: root/homebrew/ltctools/.beer
blob: e3494cc0158264c17bbb252365257841619500b2 (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
36
37
{
    "name": "LtcTools",
    "description": "Tools to deal with linear-timecode (LTC)",
    "url": "https://github.com/x42/ltc-tools/archive/v0.7.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/x42/ltc-tools",
    "depends": [
        {
            "depend": "help2man",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "jack",
            "build-depend": false
        },
        {
            "depend": "libltc",
            "build-depend": false
        },
        {
            "depend": "libsndfile",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "0.7.0",
    "file": "ltc-tools.rb"
}