homebrew-cask/Casks/boinc.rb

24 lines
1.0 KiB
Ruby

cask 'boinc' do
version '7.8.6'
sha256 '98e6dc5a730a3abf4c01d5cf18913cb7423dd375791d6734ced7da1c16dd9dd6'
url "https://boinc.berkeley.edu/dl/boinc_#{version}_macOSX_x86_64.zip"
name 'Berkeley Open Infrastructure for Network Computing'
name 'BOINC'
homepage 'https://boinc.berkeley.edu/'
pkg "boinc_#{version}_macOSX_x86_64/BOINC Installer.app/Contents/Resources/BOINC.pkg"
uninstall pkgutil: 'edu.berkeley.boinc'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/edu.berkeley.boinc.sfl*',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/edu.berkeley.boinc.*.sfl*',
'~/Library/Application Support/BOINC',
'~/Library/Caches/edu.berkeley.boinc',
'~/Library/Preferences/BOINC Manager Preferences',
'~/Library/Preferences/edu.berkeley.boinc.plist',
'/Library/Screen Savers/BOINCSaver.saver',
]
end