summaryrefslogtreecommitdiff
path: root/homebrew/wgetpaste/.beer
blob: 02a078c72e78ed404128caf4a3105f94feee021e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Wgetpaste",
    "description": "Automate pasting to a number of pastebin services",
    "url": "https://wgetpaste.zlin.dk/wgetpaste-2.28.tar.bz2",
    "mirror": null,
    "homepage": "https://wgetpaste.zlin.dk/",
    "depends": [
        {
            "depend": "wget",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"wgetpaste\"",
        "zsh_completion.install \"_wgetpaste\""
    ],
    "version": "2.28",
    "file": "wgetpaste.rb"
}