summaryrefslogtreecommitdiff
path: root/homebrew/trash/.beer
blob: 2d3c4d00b2e209417ac782d6d36e674b7bbc946b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Trash",
    "description": "CLI tool that moves files or folder to the trash",
    "url": "https://github.com/ali-rantakari/trash/archive/v0.9.2.tar.gz",
    "mirror": null,
    "homepage": "https://hasseg.org/trash/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "trash-cli",
            "reason": "both install a `trash` binary"
        }
    ],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"docs\"",
        "bin.install \"trash\"",
        "man1.install \"trash.1\""
    ],
    "version": "0.9.2",
    "file": "trash.rb"
}