homebrew-cask/Casks/keyboard-maestro.rb

26 lines
1.2 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keyboard-maestro' do
version '7.3.1'
sha256 '844e2fa2f7c9fbd8029d855e4f42e950d86c0bb980cd65694d1aa2f7a4da1994'
# stairways.com was verified as official when first introduced to the cask
url "https://files.stairways.com/keyboardmaestro-#{version.no_dots}.zip"
2015-01-12 03:38:13 +08:00
name 'Keyboard Maestro'
2016-11-23 21:34:43 +08:00
homepage 'https://www.keyboardmaestro.com/main/'
2015-07-26 02:46:01 +08:00
depends_on macos: '>= :yosemite'
2014-09-16 00:05:48 +08:00
app 'Keyboard Maestro.app'
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.stairways.keyboardmaestro.editor.sfl',
'~/Library/Application Support/Keyboard Maestro',
'~/Library/Caches/com.stairways.keyboardmaestro.editor',
'~/Library/Caches/com.stairways.keyboardmaestro.engine',
'~/Library/Logs/Keyboard Maestro',
'~/Library/Preferences/com.stairways.keyboardmaestro.editor.plist',
'~/Library/Preferences/com.stairways.keyboardmaestro.engine.plist',
'~/Library/Preferences/com.stairways.keyboardmaestro.plist',
'~/Library/Saved Application State/com.stairways.keyboardmaestro.editor.savedState',
]
2012-10-25 16:22:32 +08:00
end