excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / stretchly.rb
blobb85d59a8b39ba06bf68ed89d0bdaa4bd707948d3
1 cask "stretchly" do
2   arch arm: "-arm64"
4   version "1.16.0"
5   sha256 arm:   "eaf7204b77d7a2cd3fa3ff3e8e54fdf542440b33e035cef4799d31b35433eb5e",
6          intel: "c2a3766833fb3a249af1ea939db18545be069254bffe6357bd83f725cadc4967"
8   url "https://github.com/hovancik/stretchly/releases/download/v#{version}/stretchly-#{version}#{arch}.dmg",
9       verified: "github.com/hovancik/stretchly/"
10   name "Stretchly"
11   desc "Break time reminder app"
12   homepage "https://hovancik.net/stretchly/"
14   depends_on macos: ">= :catalina"
16   app "Stretchly.app"
18   uninstall quit: "net.hovancik.stretchly"
20   zap trash: [
21     "~/Library/Application Support/Stretchly",
22     "~/Library/Logs/Stretchly",
23     "~/Library/Preferences/net.hovancik.stretchly.plist",
24   ]
26   caveats <<~EOS
27     This application is not signed. For details see:
29     https://github.com/hovancik/stretchly#application-signing
30   EOS
31 end