summaryrefslogtreecommitdiff
path: root/homebrew/deployer/.beer
blob: 9cdda40999b0bab07490a504838fae74e40d941b (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
{
    "name": "Deployer",
    "description": "Deployment tool written in PHP with support for popular frameworks",
    "url": "https://deployer.org/releases/v6.4.3/deployer.phar",
    "mirror": null,
    "homepage": "https://deployer.org/",
    "depends": [
        {
            "depend": "php",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "dep",
            "reason": "both install `dep` binaries"
        }
    ],
    "patches": [],
    "install": [
        "bin.install \"deployer.phar\" => \"dep\""
    ],
    "version": "6.4.3",
    "file": "deployer.rb"
}