homebrew-cask/Casks/timing.rb

30 lines
1.0 KiB
Ruby

cask "timing" do
version "2020.13"
sha256 "d4ad66f54935054cae232fdadd17bffa639a874ebeafdc14f678f38921f0e9ed"
url "https://updates.timingapp.com/download/Timing-#{version}.dmg"
appcast "https://timingapp.com/updates/timing2.xml"
name "Timing"
name "Timing 2"
desc "Automatic time and productivity tracking app"
homepage "https://timingapp.com/"
auto_updates true
app "Timing.app"
uninstall login_item: "TimingHelper"
zap trash: [
"~/Library/Application Support/info.eurocomp.TimingHelper.InfoExtractorService",
"~/Library/Application Support/info.eurocomp.Timing2/",
"~/Library/Application Support/info.eurocomp.TimingHelper/",
"~/Library/Caches/info.eurocomp.TimingHelper.InfoExtractorService",
"~/Library/Caches/info.eurocomp.Timing2/",
"~/Library/Caches/info.eurocomp.TimingHelper/",
"~/Library/Preferences/info.eurocomp.TimingHelper.InfoExtractorService.plist",
"~/Library/Preferences/info.eurocomp.Timing2.plist",
"~/Library/Preferences/info.eurocomp.TimingHelper.plist",
]
end