Files
homebrew-cask/Casks/e/endurance.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

20 lines
573 B
Ruby

cask "endurance" do
version "3.2.6"
sha256 "9e1e6b0f7f5ebeba844c867226ce6badc6dcc53c4b3eefbf6fb680fb16bfbf56"
url "https://enduranceapp.com/downloads/Endurance#{version}.zip"
name "Endurance"
desc "Battery monitoring and management"
homepage "https://enduranceapp.com/"
livecheck do
url "https://enduranceapp.com/appcast"
strategy :sparkle, &:short_version
end
app "Endurance.app"
uninstall delete: "/Library/PrivilegedHelperTools/com.MagnetismStudios.endurance.helper",
launchctl: "com.MagnetismStudios.endurance.helper"
end