mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
20 lines
573 B
Ruby
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
|