summaryrefslogtreecommitdiff
path: root/homebrew/bareosclient/.beer
blob: 8237827fc43ca608c683677fd73505d757e71868 (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
{
    "name": "BareosClient",
    "description": "Client for Bareos (Backup Archiving REcovery Open Sourced)",
    "url": "https://github.com/bareos/bareos/archive/Release/17.2.7.tar.gz",
    "mirror": null,
    "homepage": "https://www.bareos.org/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "bacula-fd",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "unless (etc/\"bareos/bareos-fd.d\").exist?",
        "system lib/\"bareos/scripts/bareos-config\", \"deploy_config\",",
        "lib/\"bareos/defaultconfigs\", etc/\"bareos\", \"bareos-fd\"",
        "system lib/\"bareos/scripts/bareos-config\", \"deploy_config\",",
        "lib/\"bareos/defaultconfigs\", etc/\"bareos\", \"bconsole\""
    ],
    "version": "17.2.7",
    "file": "bareos-client.rb"
}