homebrew-cask/Casks/changes-meter.rb

15 lines
413 B
Ruby
Raw Normal View History

2014-06-03 22:29:39 +08:00
class ChangesMeter < Cask
2014-09-17 19:42:40 +08:00
version :latest
2014-06-03 22:29:39 +08:00
sha256 :no_check
url 'http://intuiware.com/downloads/changes-meter'
homepage 'http://intuiware.com/apps/changes-meter'
2014-10-01 23:32:37 +08:00
license :unknown
2014-09-16 00:05:22 +08:00
app 'Changes Meter.app'
2014-09-09 20:55:26 +08:00
postflight do
2014-06-03 22:29:39 +08:00
# Don't ask to move the app bundle to /Applications
system %Q{/usr/bin/defaults write com.intuiware.ChangesMeter moveToApplicationsFolderAlertSuppress -bool true}
2014-06-03 22:29:39 +08:00
end
end