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