Files
homebrew-cask/Casks/s/slimhud.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

16 lines
483 B
Ruby

cask "slimhud" do
version "1.5.1"
sha256 "aecd074d2b2a98645a3136cb870e3e9f57fca903e36fc9e9b406049258ffe362"
url "https://github.com/AlexPerathoner/SlimHUD/releases/download/v#{version}/SlimHUD.zip"
name "SlimHUD"
desc "Replacement for the volume, brightness and keyboard backlight HUDs"
homepage "https://github.com/AlexPerathoner/SlimHUD/"
depends_on macos: ">= :high_sierra"
app "SlimHUD.app"
zap trash: "~/Library/Preferences/com.alexpera.SlimHUD.plist"
end