phinze/homebrew-cask

View on GitHub
Casks/s/stand.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "stand" do
  version "2.1.1"
  sha256 "5fce7d525ea7154d1df58b25d1902731f533a18656330593a7d3d2456fc1f314"

  url "https://f001.backblazeb2.com/file/stand-app/#{version}/Stand.zip",
      verified: "f001.backblazeb2.com/file/stand-app/"
  name "Stand"
  desc "Reminds you to stand up once an hour"
  homepage "https://getstandapp.com/"

  livecheck do
    url "https://determined-darwin-06bd0d.netlify.app/feed.xml"
    strategy :sparkle, &:short_version
  end

  depends_on macos: ">= :catalina"

  app "Stand.app"

  uninstall quit: "com.reddavis.Stand"

  zap trash: [
    "~/Library/Caches/com.reddavis.Stand",
    "~/Library/Preferences/com.reddavis.Stand.plist",
  ]
end