homebrew-cask/Casks/r/remote-buddy.rb

25 lines
803 B
Ruby

cask "remote-buddy" do
version "2.4.1"
sha256 :no_check
url "https://www.iospirit.com/products/remotebuddy/download/RemoteBuddy.zip"
name "Remote Buddy"
desc "Control apps and web videos from your phone"
homepage "https://www.iospirit.com/products/remotebuddy/"
livecheck do
url "https://www.iospirit.com/products/remotebuddy/releasenotes/"
regex(/Changes\s+in\s+version\s+(\d+(?:\.\d+)+)/i)
end
app "Remote Buddy.app"
zap trash: [
"~/Library/Application Support/Remote Buddy",
"~/Library/Caches/com.apple.helpd/Generated/com.iospirit.RemoteBuddy.help*",
"~/Library/Preferences/ByHost/com.iospirit.RemoteBuddy.*",
"~/Library/Preferences/com.iospirit.RemoteBuddy.plist",
"~/Library/Saved Application State/com.iospirit.RemoteBuddy.savedState",
]
end