class ChangesMeter < Cask version 'latest' sha256 :no_check url 'http://intuiware.com/downloads/changes-meter' homepage 'http://intuiware.com/apps/changes-meter' 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