homebrew-cask/Casks/filepane.rb

22 lines
765 B
Ruby
Raw Normal View History

2016-03-15 07:59:26 +08:00
cask 'filepane' do
version :latest
sha256 :no_check
# dl.devmate.com/com.mymixapps.FilePane was verified as official when first introduced to the cask
url 'https://dl.devmate.com/com.mymixapps.FilePane/FilePane.dmg'
2016-03-15 07:59:26 +08:00
name 'FilePane'
2017-01-22 09:13:17 +08:00
homepage 'https://mymixapps.com/filepane'
2016-03-15 07:59:26 +08:00
app 'FilePane.app'
zap delete: [
2017-08-11 19:59:55 +08:00
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.mymixapps.filepane.sfl',
2016-03-15 07:59:26 +08:00
'~/Library/Caches/com.mymixapps.FilePane',
2017-08-11 19:59:55 +08:00
],
trash: [
'~/Library/Application Support/FilePane',
2016-03-15 07:59:26 +08:00
'~/Library/Preferences/com.mymixapps.FilePane.plist',
2017-08-11 19:59:55 +08:00
'~/Users/Shared/FilePane/',
2016-03-15 07:59:26 +08:00
]
end