homebrew-cask/Casks/l/linphone.rb

26 lines
831 B
Ruby

cask "linphone" do
version "5.2.0"
sha256 "1fa22571b42773c338dad8f90560899d313f9566bd065cd8c8b054d0ac01894a"
url "https://download.linphone.org/releases/macosx/app/Linphone-#{version}-mac.dmg"
name "Linphone"
desc "Software for communication systems developers"
homepage "https://www.linphone.org/"
livecheck do
url "https://download.linphone.org/releases/macosx/app/"
regex(/Linphone[._-]v?(\d+(?:\.\d+)+)[._-]mac\.dmg/i)
end
app "Linphone.app"
zap trash: [
"~/Documents/linphone",
"~/Library/Application Support/linphone",
"~/Library/Preferences/com.belledonnecommunications.linphone.plist",
"~/Library/Preferences/com.linphone.linphone.plist",
"~/Library/Preferences/linphone",
"~/Library/Saved Application State/com.belledonnecommunications.linphone.savedState",
]
end