homebrew-cask/Casks/r/rotki.rb

24 lines
616 B
Ruby

cask "rotki" do
version "1.30.1"
sha256 "daeee2031c84af4fe2d714fb181a9d7bd27859f18b725e411f4684c932f07cf5"
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