mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
13 lines
395 B
Ruby
13 lines
395 B
Ruby
class ChangesMeter < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://intuiware.com/downloads/changes-meter'
|
|
homepage 'http://intuiware.com/apps/changes-meter'
|
|
|
|
app 'Changes Meter.app'
|
|
postflight do
|
|
# Don't ask to move the app bundle to /Applications
|
|
system %Q{/usr/bin/defaults write com.intuiware.ChangesMeter moveToApplicationsFolderAlertSuppress -bool true}
|
|
end
|
|
end
|