homebrew-cask/Casks/g/glyphs.rb

27 lines
959 B
Ruby

cask "glyphs" do
version "3.2,3251"
sha256 "bd4caad3a1a7625f27f667acb2a2fd888dfd70e63cc737105177e1888f21d4ab"
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