homebrew-cask/Casks/m/monotype.rb

33 lines
1.2 KiB
Ruby
Raw Normal View History

2023-09-06 11:26:45 +08:00
cask "monotype" do
version "6.4.1"
sha256 "515435a0fafc91db85430f6a6612acbdedf92815be3ac122011bf91695ec9d8e"
url "https://monotypeapp.monotype.com/release/#{version.no_dots}/mac/system/DTAppInstaller.tar.tgz"
name "Monotype Desktop App"
desc "Font finder and organizer"
homepage "https://support.monotype.com/en/articles/7860542-monotype-desktop-app"
livecheck do
url "https://support.monotype.com/en/articles/7859464-release-notes"
regex(/<p>Version\s*v?(\d+(?:\.\d+)+)[ "<]/i)
end
installer script: {
executable: "#{staged_path}/DTAppInstaller.app/Contents/MacOS/installbuilder.sh",
sudo: true,
}
uninstall script: {
executable: "/Applications/Monotype desktop app/uninstall.app/Contents/MacOS/installbuilder.sh",
sudo: true,
}
zap trash: [
"~/Library/Application Scripts/com.monotype.notification-service",
"~/Library/Containers/com.monotype.notification-service",
"~/Library/Preferences/com.monotype.monotype-desktop-app.plist",
"~/Library/Preferences/com.monotype.monotype-fonts-app-helper.plist",
"~/Library/Saved Application State/com.monotype.monotype-desktop-app.savedState",
]
end