Files
homebrew-cask/Casks/r/rotki.rb
2023-11-24 17:30:47 -05:00

24 lines
616 B
Ruby

cask "rotki" do
version "1.31.0"
sha256 "032e71aa055af70d5cf8300742fca9a3e691ef5c25ca81ae9460f39ddad9b529"
url "https://github.com/rotki/rotki/releases/download/v#{version}/rotki-darwin_x64-v#{version}.dmg",
verified: "github.com/rotki/rotki/"
name "Rotki"
desc "Portfolio tracking and accounting tool"
homepage "https://rotki.com/"
livecheck do
url :url
strategy :github_latest
end
app "rotki.app"
zap trash: [
"~/Library/Application Support/rotki",
"~/Library/Preferences/com.rotki.app.plist",
"~/Library/Saved Application State/com.rotki.app.savedState",
]
end