Skip to content

Instantly share code, notes, and snippets.

@dlackty
Last active December 22, 2015 05:09
Show Gist options
  • Save dlackty/6422296 to your computer and use it in GitHub Desktop.
Save dlackty/6422296 to your computer and use it in GitHub Desktop.
Homebrew formula for ngrok
require 'formula'
class Ngrok < Formula
homepage 'https://ngrok.com/'
url 'https://dl.ngrok.com/darwin_amd64/ngrok.zip'
sha1 '3c34a7d2b44226ab99b9b51fadc7808db7ace8ff'
version '1.6'
def install
bin.install 'ngrok'
end
test do
system "ngrok"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment