Files
homebrew-cask/Casks/m/mx-power-gadget.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

22 lines
583 B
Ruby

cask "mx-power-gadget" do
version "1.3"
sha256 :no_check
url "https://www.seense.com/menubarstats/mxpg/updateapp/mxpg.zip"
name "Mx Power Gadget"
desc "Power management and monitoring for Apple Mx processors"
homepage "https://www.seense.com/menubarstats/mxpg/"
livecheck do
url "https://www.seense.com/menubarstats/mxpg/updateapp/appcast.xml"
strategy :sparkle, &:short_version
end
app "Mx Power Gadget.app"
zap trash: [
"~/Library/Caches/com.fabriceleyne.MxPowerGadget",
"~/Library/Preferences/com.fabriceleyne.MxPowerGadget.plist",
]
end