summaryrefslogtreecommitdiff
path: root/homebrew/wpcli/.beer
blob: 071548924d35c862dea304d7db428f2b95073a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "WpCli",
    "description": "Command-line interface for WordPress",
    "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.1.0/wp-cli-2.1.0.phar",
    "mirror": null,
    "homepage": "https://wp-cli.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"wp-cli-#{version}.phar\" => \"wp\""
    ],
    "version": "2.1.0",
    "file": "wp-cli.rb"
}