Files
homebrew-cask/Casks/i/infinity.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

25 lines
554 B
Ruby

cask "infinity" do
version "1.0.0"
sha256 :no_check
url "https://startinfinity.com/downloads/Infinity_macOS.dmg"
name "Infinity"
desc "Customizable work management platform"
homepage "https://startinfinity.com/"
livecheck do
url :url
strategy :extract_plist
end
app "Infinity.app"
uninstall quit: "com.electron.infinity"
zap trash: [
"~/Library/Application Support/Infinity",
"~/Library/Preferences/com.electron.infinity.plist",
"~/Library/Saved Application State/com.electron.infinity.savedState",
]
end