homebrew-cask/Casks/filepane.rb

21 lines
753 B
Ruby

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 'http://dl.devmate.com/com.mymixapps.FilePane/FilePane.dmg'
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