mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
14 lines
513 B
Ruby
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
|