excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / roundpie.rb
blob76d2c80ac76648b09745fa86f09e89c3d29ccc92
1 cask "roundpie" do
2   version "1.5.1558"
3   sha256 "4249b963e22f6d7bb53cb6071ee37a88eb36132d3b709d7899eedc67e04ae642"
5   url "https://roundpie.app/installers/RoundPie-#{version}.dmg",
6       verified: "roundpie.app/"
7   name "RoundPie"
8   desc "Pomodoro time tracker"
9   homepage "https://theroundpie.com/"
11   disable! date: "2024-07-29", because: :discontinued
13   app "RoundPie.app"
15   zap trash: [
16     "~/Library/Application Support/RoundPie",
17     "~/Library/Logs/RoundPie",
18     "~/Library/Preferences/com.atgalaikas.app.plist",
19     "~/Library/Saved Application State/com.atgalaikas.app.savedState",
20   ]
22   caveats do
23     requires_rosetta
24   end
25 end