homebrew-cask/Casks/filepane.rb

21 lines
754 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'
homepage 'http://mymixapps.com/filepane'
license :commercial
app 'FilePane.app'
zap delete: [
'~/Library/Application Support/FilePane',
'~/Users/Shared/FilePane/',
'~/Library/Application\ Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.mymixapps.filepane.sfl',
'~/Library/Caches/com.mymixapps.FilePane',
'~/Library/Preferences/com.mymixapps.FilePane.plist',
]
end