summaryrefslogtreecommitdiff
path: root/homebrew/cclive/.beer
blob: 533204ca65e277c3119c6ab2abab6d8fa6afe7c0 (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
38
39
40
{
    "name": "Cclive",
    "description": "Command-line video extraction utility",
    "url": "https://downloads.sourceforge.net/project/cclive/0.7/cclive-0.7.16.tar.xz",
    "mirror": null,
    "homepage": "https://cclive.sourceforge.io/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        },
        {
            "depend": "quvi",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "clozure-cl",
            "reason": "both install a ccl binary"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.7.16",
    "file": "cclive.rb"
}