homebrew-cask/Casks/glyphs.rb

27 lines
959 B
Ruby

cask "glyphs" do
version "3.2,3179"
sha256 "cdfd3360e76dc384eeb67c45a0e3eb55695bedfc0a892b7966daf0adb79d2609"
url "https://updates.glyphsapp.com/Glyphs#{version.csv.first}-#{version.csv.second}.zip"
name "Glyphs"
desc "Font editor"
homepage "https://glyphsapp.com/"
livecheck do
url "https://updates.glyphsapp.com/appcast#{version.major}.xml"
strategy :sparkle
end
auto_updates true
app "Glyphs #{version.major}.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.georgseifert.glyphs#{version.major}.sfl*",
"~/Library/Application Support/com.GeorgSeifert.Glyphs#{version.major}",
"~/Library/Application Support/Glyphs",
"~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/com.GeorgSeifert.Glyphs#{version.major}.help*",
"~/Library/Preferences/com.GeorgSeifert.Glyphs#{version.major}.plist",
]
end