summaryrefslogtreecommitdiff
path: root/homebrew/dwarf/.beer
blob: 9970dda29e498d5a9fff483320a5804d403da89e (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
{
    "name": "Dwarf",
    "description": "Object file manipulation tool",
    "url": "https://github.com/elboza/dwarf-ng/archive/dwarf-0.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/elboza/dwarf-ng/",
    "depends": [
        {
            "depend": "flex",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "%w[src/libdwarf.c doc/dwarf.man doc/xdwarf.man.html].each do |f|",
        "inreplace f, \"/etc/dwarfrc\", etc/\"dwarfrc\""
    ],
    "version": "0.4.0",
    "file": "dwarf.rb"
}