summaryrefslogtreecommitdiff
path: root/homebrew/zplug/.beer
blob: 7bf693a35a9a5736218fc45c2e6724b248fc4957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Zplug",
    "description": "The next-generation plugin manager for zsh",
    "url": "https://github.com/zplug/zplug/archive/2.4.2.tar.gz",
    "mirror": null,
    "homepage": "https://zplug.sh/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install Dir[\"bin/*\"]",
        "man1.install \"doc/man/man1/zplug.1\"",
        "prefix.install Dir[\"*\"]",
        "touch prefix/\"packages.zsh\""
    ],
    "version": "2.4.2",
    "file": "zplug.rb"
}