summaryrefslogtreecommitdiff
path: root/homebrew/rmlint/.beer
blob: 61cfc9dc475140d80b44e6ad85497f844aaf83d1 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "name": "Rmlint",
    "description": "Extremely fast tool to remove dupes and other lint from your filesystem",
    "url": "https://github.com/sahib/rmlint/archive/v2.8.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/sahib/rmlint",
    "depends": [
        {
            "depend": "gettext",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "scons",
            "build-depend": true
        },
        {
            "depend": "sphinx-doc",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "json-glib",
            "build-depend": false
        },
        {
            "depend": "libelf",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"scons\", \"config\"",
        "system \"scons\"",
        "bin.install \"rmlint\"",
        "man1.install \"docs/rmlint.1.gz\""
    ],
    "version": "2.8.0",
    "file": "rmlint.rb"
}