summaryrefslogtreecommitdiff
path: root/homebrew/kubeps1/.beer
blob: 3b86281a1d56ee80f5bdc2fede7b3c13acafac03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "KubePs1",
    "description": "Kubernetes prompt info for bash and zsh",
    "url": "https://github.com/jonmosco/kube-ps1/archive/v0.7.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/jonmosco/kube-ps1",
    "depends": [
        {
            "depend": "kubernetes-cli",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "share.install \"kube-ps1.sh\""
    ],
    "version": "0.7.0",
    "file": "kube-ps1.rb"
}