homebrew-cask/Casks/roku-remote-tool.rb

17 lines
445 B
Ruby

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