homebrew-cask/Casks/hstracker.rb

25 lines
922 B
Ruby

cask "hstracker" do
version "1.7.7"
sha256 "b02edee06d2fe1a13844565b82f47e467c0798ca11205b5b3bb1c6de45373e22"
url "https://github.com/HearthSim/HSTracker/releases/download/#{version}/HSTracker.app.zip",
verified: "github.com/HearthSim/HSTracker/"
appcast "https://github.com/HearthSim/HSTracker/releases.atom"
name "Hearthstone Deck Tracker"
desc "Deck tracker and deck manager for Hearthstone"
homepage "https://hsdecktracker.net/"
app "HSTracker.app"
zap trash: [
"~/Library/Application Support/HSTracker",
"~/Library/Application Support/net.hearthsim.hstracker",
"~/Library/Caches/HSTracker",
"~/Library/Caches/net.hearthsim.hstracker",
"~/Library/Cookies/net.hearthsim.hstracker.binarycookies*",
"~/Library/Logs/HSTracker",
"~/Library/Preferences/net.hearthsim.hstracker.plist",
"~/Library/Saved Application State/net.hearthsim.hstracker.savedState",
]
end