Files
homebrew-cask/Casks/r/rightzoom.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

17 lines
336 B
Ruby

cask "rightzoom" do
version "3.1"
sha256 :no_check
url "https://www.blazingtools.com/mac/RightZoom.zip"
name "Right Zoom"
desc "Changes the way the full screen button acts"
homepage "https://www.blazingtools.com/right_zoom_mac.html"
livecheck do
url :url
strategy :extract_plist
end
app "RightZoom.app"
end