Skip to content

Instantly share code, notes, and snippets.

@davingee
Last active June 1, 2019 05:38
Show Gist options
  • Save davingee/3cd006e648f0f5364b0e927013696843 to your computer and use it in GitHub Desktop.
Save davingee/3cd006e648f0f5364b0e927013696843 to your computer and use it in GitHub Desktop.
require "formula"
class BrowsermobProxy < Formula
homepage "http://bmp.lightbody.net/"
url "https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-2.1.4/browsermob-proxy-2.1.4-bin.zip", :using => :curl
sha1 "27c4080411adff919586e909c664c73bebb8ba8bfcaea259ce58327222e5e8fb"
version "2.1.4"
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