diff options
Diffstat (limited to 'homebrew/dwarf/.beer')
-rw-r--r-- | homebrew/dwarf/.beer | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/dwarf/.beer b/homebrew/dwarf/.beer new file mode 100644 index 000000000..9970dda29 --- /dev/null +++ b/homebrew/dwarf/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |