summaryrefslogtreecommitdiff
path: root/homebrew/irods/.beer
blob: 3abb1d2947358307aed37ad3b216ddf84857f5e0 (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
{
    "name": "Irods",
    "description": "Integrated data grid software solution",
    "url": "https://github.com/irods/irods-legacy/archive/3.3.1.tar.gz",
    "mirror": null,
    "homepage": "https://irods.org/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "sleuthkit",
            "reason": "both install `ils`"
        },
        {
            "conflict": "renameutils",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "cd \"iRODS\" do",
        "system \"./scripts/configure\"",
        "inreplace \"config/config.mk\", \"",
        "inreplace \"config/config.mk\", \"",
        "system \"make\"",
        "bin.install Dir[\"clients/icommands/bin/*\"].select { |f| File.executable? f }"
    ],
    "version": "3.3.1",
    "file": "irods.rb"
}