diff options
Diffstat (limited to 'homebrew/httpry/.beer')
-rw-r--r-- | homebrew/httpry/.beer | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/httpry/.beer b/homebrew/httpry/.beer new file mode 100644 index 000000000..72261baab --- /dev/null +++ b/homebrew/httpry/.beer @@ -0,0 +1,19 @@ +{ + "name": "Httpry", + "description": "Packet sniffer for displaying and logging HTTP traffic", + "url": "https://github.com/jbittel/httpry/archive/httpry-0.1.8.tar.gz", + "mirror": null, + "homepage": "https://github.com/jbittel/httpry", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\"", + "bin.install \"httpry\"", + "man1.install \"httpry.1\"", + "doc.install Dir[\"doc/*\"]" + ], + "version": "0.1.8", + "file": "httpry.rb" +}
\ No newline at end of file |