homebrew-cask/Casks/rotki.rb

24 lines
616 B
Ruby

cask "rotki" do
version "1.27.1"
sha256 "060d3d178f9ee39bd354c08fc8bbb7f9875ccd4c4cd93f78006fdc05869ea2a9"
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