From 3ddba679d86be949db4e55d783c33a416cc5f69a Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Thu, 5 Sep 2013 22:10:20 -0700 Subject: [PATCH] Getting ready for brew install --- homebrew/mop.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 homebrew/mop.rb diff --git a/homebrew/mop.rb b/homebrew/mop.rb new file mode 100644 index 0000000..ac7f188 --- /dev/null +++ b/homebrew/mop.rb @@ -0,0 +1,4 @@ +require "formula" + +class Mop < Formula +end