homebrew-cask/Casks/filepane.rb

20 lines
726 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'
2017-11-18 18:01:27 +08:00
zap trash: [
'~/Library/Application Support/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',
'~/Users/Shared/FilePane/',
]
2016-03-15 07:59:26 +08:00
end