Files
homebrew-cask/Casks/u/usr-sse2-rdm.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
564 B
Ruby

cask "usr-sse2-rdm" do
version "2.5.0"
sha256 "9d583e43742018e45bad79c8af9e0accec6b6a10d94c60ac7d31721bbb3c237e"
url "https://github.com/usr-sse2/RDM/releases/download/#{version}/RDM.zip"
name "RDM"
desc "Set a Retina display to custom resolutions"
homepage "https://github.com/usr-sse2/RDM"
depends_on macos: ">= :sierra"
app "RDM.app"
uninstall quit: "net.alkalay.RDM",
pkgutil: "net.alkalay.RDM"
zap trash: [
"~/Library/Application Support/net.alkalay.RDM",
"~/Library/Preferences/net.alkalay.RDM.plist",
]
end