Merge pull request #4657 from koenrh/changes-meter

Add 'Changes Meter.app'
This commit is contained in:
Fernando Paredes 2014-06-03 07:33:29 -07:00
commit 2e63f3a79e
1 changed files with 11 additions and 0 deletions

11
Casks/changes-meter.rb Normal file
View File

@ -0,0 +1,11 @@
class ChangesMeter < Cask
url 'http://intuiware.com/downloads/changes-meter'
homepage 'http://intuiware.com/apps/changes-meter'
version 'latest'
sha256 :no_check
link 'Changes Meter.app'
after_install do
# Don't ask to move the app bundle to /Applications
system 'defaults write com.intuiware.ChangesMeter moveToApplicationsFolderAlertSuppress -bool true'
end
end