homebrew-cask/Casks/zeplin.rb

19 lines
484 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'zeplin' do
2015-12-08 18:15:03 +08:00
version :latest
sha256 :no_check
# downloads can be found at https://zeplin.io/support.html#download
2016-03-06 02:34:31 +08:00
# zpl.io was verified as official when first introduced to the cask
2015-12-08 18:15:03 +08:00
url 'https://zpl.io/download'
name 'Zeplin'
2016-03-06 02:34:31 +08:00
homepage 'https://zeplin.io/'
2015-12-08 18:15:03 +08:00
app 'Zeplin.app'
2016-08-24 00:15:05 +08:00
zap delete: [
'~/Library/Logs/Zeplin',
'~/Library/Caches/io.zeplin.osx',
'~/Library/Preferences/io.zeplin.osx.plist',
]
2015-12-08 18:15:03 +08:00
end