Last active
June 22, 2017 00:31
-
-
Save TheMetalCode/00689b63e7f6851328eaa07c47c03073 to your computer and use it in GitHub Desktop.
homebrew formula browsermob-proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
sha256 "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