homebrew-cask/Casks/dockstation.rb

25 lines
977 B
Ruby
Raw Normal View History

2017-06-22 09:27:19 +08:00
cask 'dockstation' do
2017-09-11 03:16:04 +08:00
version '1.3.0'
sha256 'cc22247295e0714a888b8d5dae1cc53c1f95cfcf8345c35a8c7c05b12afd0b5b'
2017-06-22 09:27:19 +08:00
# github.com/DockStation/dockstation was verified as official when first introduced to the cask
url "https://github.com/DockStation/dockstation/releases/download/v#{version}/dockstation-#{version}.dmg"
appcast 'https://github.com/DockStation/dockstation/releases.atom',
2017-09-11 03:16:04 +08:00
checkpoint: '78a34cbf5e41f237e83c3ac7edb7d5f17819bb12b2f118c5f9dd4ecede62587c'
2017-06-22 09:27:19 +08:00
name 'DockStation'
homepage 'https://dockstation.io/'
depends_on macos: '>= 10.11'
app 'DockStation.app'
zap delete: [
'~/Library/Saved Application State/org.dockstation.DockStation.savedState',
],
trash: [
'~/Library/Application Support/dockstation',
'~/Library/Preferences/org.dockstation.DockStation.helper.plist',
'~/Library/Preferences/org.dockstation.DockStation.plist',
]
end