Files
homebrew-cask/Casks/e/easy-move-plus-resize.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

14 lines
513 B
Ruby

cask "easy-move-plus-resize" do
version "1.7.0"
sha256 "5c7bab623ae11bfa1daa48535495f97678532e4d66bcd3920ebe1c303228c53d"
url "https://github.com/dmarcotte/easy-move-resize/releases/download/#{version}/Easy.Move+Resize.app.zip"
name "Easy Move+Resize"
desc "Utility to support moving and resizing using a modifier key and mouse drag"
homepage "https://github.com/dmarcotte/easy-move-resize"
app "Easy Move+Resize.app"
zap trash: "~/Library/Preferences/org.dmarcotte.Easy-Move-Resize.plist"
end