summaryrefslogtreecommitdiff
path: root/homebrew/tarsnapgui/.beer
blob: d481c88b82fc0214cd73d167f847d27e1d217e2d (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
{
    "name": "TarsnapGui",
    "description": "Cross-platform GUI for the Tarsnap command-line client",
    "url": "https://github.com/Tarsnap/tarsnap-gui/archive/v1.0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/Tarsnap/tarsnap-gui/wiki",
    "depends": [
        {
            "depend": "qt",
            "build-depend": false
        },
        {
            "depend": "tarsnap",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"qmake\"",
        "system \"make\"",
        "system \"macdeployqt\", \"Tarsnap.app\"",
        "prefix.install \"Tarsnap.app\""
    ],
    "version": "1.0.2",
    "file": "tarsnap-gui.rb"
}