homebrew-cask/Casks/mathpix-snipping-tool.rb

28 lines
796 B
Ruby

cask "mathpix-snipping-tool" do
version "3.4.1,341.5"
sha256 :no_check
url "https://mathpix.com/dmg/snip.dmg"
name "Mathpix Snipping Tool"
desc "Scanner app for math and science"
homepage "https://mathpix.com/"
livecheck do
url "https://mathpix.com/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :sierra"
app "Mathpix Snipping Tool.app"
zap trash: [
"~/Library/Application Support/com.mathpix.snipping-tool-noappstore",
"~/Library/Caches/com.crashlytics.data/com.mathpix.snipping-tool-noappstore",
"~/Library/Caches/io.fabric.sdk.mac.data/com.mathpix.snipping-tool-noappstore",
"~/Library/Caches/com.mathpix.snipping-tool-noappstore",
"~/Library/Preferences/com.mathpix.snipping-tool-noappstore.plist",
]
end