Files
homebrew-cask/Casks/g/gswitch.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
531 B
Ruby

cask "gswitch" do
version "1.9.7"
sha256 "5d212c1bd39f6bfae588797fa09b959051dc4eefd26ec05fbd26b798125b976a"
url "https://github.com/CodySchrank/gSwitch/releases/download/#{version}/gSwitch.zip",
verified: "github.com/CodySchrank/gSwitch/"
name "gSwitch"
desc "Set which graphics card to use"
homepage "https://codyschrank.github.io/gSwitch/"
depends_on macos: ">= :sierra"
app "gSwitch.app"
zap trash: [
"~/Library/Caches/gSwitch",
"~/Library/Preferences/com.CodySchrank.gSwitch.plist",
]
end