diff --git a/Casks/catchmouse.rb b/Casks/catchmouse.rb new file mode 100644 index 00000000000..b29c2cdd6e9 --- /dev/null +++ b/Casks/catchmouse.rb @@ -0,0 +1,7 @@ +class Catchmouse < Cask + url 'http://ftnew.com/files/CatchMouse.zip' + homepage 'http://ftnew.com/catchmouse.html' + version 'latest' + sha256 :no_check + link 'CatchMouse.app' +end