summaryrefslogtreecommitdiff
path: root/homebrew/dtrx/.beer
blob: 8442501c0ee4970eebc5502ba8103804bc137ddc (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
{
    "name": "Dtrx",
    "description": "Intelligent archive extraction",
    "url": "https://brettcsmith.org/2007/dtrx/dtrx-7.1.tar.gz",
    "mirror": null,
    "homepage": "https://brettcsmith.org/2007/dtrx/",
    "depends": [
        {
            "depend": "p7zip",
            "build-depend": false
        },
        {
            "depend": "unrar",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"python\", \"setup.py\", \"install\", \"--prefix=#{prefix}\""
    ],
    "version": "7.1",
    "file": "dtrx.rb"
}