homebrew-cask/Casks/rescuetime.rb

13 lines
374 B
Ruby

cask 'rescuetime' do
version :latest
sha256 :no_check
url 'https://www.rescuetime.com/installers/RescueTimeInstaller.dmg'
name 'RescueTime'
homepage 'https://www.rescuetime.com/'
app 'RescueTime.app'
zap trash: '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.rescuetime.rescuetime.sfl*'
end