summaryrefslogtreecommitdiff
path: root/homebrew/gws/.beer
blob: 1fc5b1abd531c1fb3ecf81598bd5c16e062b1383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Gws",
    "description": "Manage workspaces composed of git repositories",
    "url": "https://github.com/StreakyCobra/gws/archive/0.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://streakycobra.github.io/gws/",
    "depends": [
        {
            "depend": "bash",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"src/gws\"",
        "bash_completion.install \"completions/bash\"",
        "zsh_completion.install \"completions/zsh\""
    ],
    "version": "0.2.0",
    "file": "gws.rb"
}