summaryrefslogtreecommitdiff
path: root/homebrew/lgogdownloader/.beer
blob: 21eb4c4139d76816d7c551dd359b6b71fee7fe56 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "name": "Lgogdownloader",
    "description": "Unofficial downloader for GOG.com games",
    "url": "https://sites.google.com/site/gogdownloader/lgogdownloader-3.3.tar.gz",
    "mirror": null,
    "homepage": "https://sites.google.com/site/gogdownloader/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "help2man",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "htmlcxx",
            "build-depend": false
        },
        {
            "depend": "jsoncpp",
            "build-depend": false
        },
        {
            "depend": "liboauth",
            "build-depend": false
        },
        {
            "depend": "rhash",
            "build-depend": false
        },
        {
            "depend": "tinyxml2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "3.3",
    "file": "lgogdownloader.rb"
}