Files
homebrew-cask/Casks/j/joinme.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

27 lines
699 B
Ruby

cask "joinme" do
version "3.23.0.15766"
sha256 :no_check
url "https://secure.join.me/Download.aspx?installer=mac&webdownload=true"
name "join.me"
desc "Online conferencing software"
homepage "https://www.join.me/"
livecheck do
url :url
strategy :extract_plist
end
app "join.me.app"
zap trash: [
"~/Library/Application Support/com.logmein.join.me",
"~/Library/Application Support/join.me",
"~/Library/Caches/com.logmein.join.me",
"~/Library/Cookies/com.logmein.join.me.binarycookies*",
"~/Library/Logs/join.me*",
"~/Library/Preferences/com.logmein.join.me.plist",
"~/Library/Saved Application State/com.logmein.join.me.savedState",
]
end