Files
homebrew-cask/Casks/r/roku-remote-tool.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

23 lines
541 B
Ruby

cask "roku-remote-tool" do
version "4.0.5.1327"
sha256 :no_check
url "https://devtools.web.roku.com/RokuRemote/app/roku-remote-tool-mac.zip"
name "Roku Remote Tool"
desc "Configuration tool"
homepage "https://devtools.web.roku.com/RokuRemote/electron.html"
livecheck do
url :url
strategy :extract_plist
end
app "roku_remote_tool.app"
uninstall delete: [
"~/Library/Application Support/roku_remote_tool",
"~/Library/Preferences/com.rokuremotetool.plist",
"~/Library/Logs/roku_remote_tool",
]
end