summaryrefslogtreecommitdiff
path: root/homebrew/winetricks/.beer
blob: 2977f39fe0d275ae7c2c62ce6f8710a16ce6467d (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
{
    "name": "Winetricks",
    "description": "Download and install various runtime libraries",
    "url": "https://github.com/Winetricks/winetricks/archive/20190310.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/Winetricks/winetricks",
    "depends": [
        {
            "depend": "cabextract",
            "build-depend": false
        },
        {
            "depend": "p7zip",
            "build-depend": false
        },
        {
            "depend": "unrar",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"src/winetricks\"",
        "man1.install \"src/winetricks.1\""
    ],
    "version": "20190310",
    "file": "winetricks.rb"
}