Skip to content

Instantly share code, notes, and snippets.

@doctyper
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctyper/dca7a4230e926bd5bfc4 to your computer and use it in GitHub Desktop.
Save doctyper/dca7a4230e926bd5bfc4 to your computer and use it in GitHub Desktop.
homebrew formula browsermob-proxy
require "formula"
class BrowsermobProxy < Formula
homepage "http://bmp.lightbody.net/"
url "https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-2.1.0-beta-2/browsermob-proxy-2.1.0-beta-2-bin.zip", :using => :curl
sha1 "9523daf0ed98f4df6f107593fe0b822760f7fa94"
version "2.1.0-beta-2"
def install
prefix.install Dir["*"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment