mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
13 lines
388 B
Ruby
13 lines
388 B
Ruby
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
|