Files
homebrew-cask/Casks/h/happymac.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
444 B
Ruby

cask "happymac" do
version "0.1.0"
sha256 :no_check
url "https://chrislaffra.com/happymac/happymac.dmg",
verified: "chrislaffra.com/"
name "HappyMac"
desc "Watches, suspends and resumes background processes that slow down your system"
homepage "https://www.happymac.app/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :sierra"
app "happymac.app"
zap trash: "~/HappyMacApp"
end