homebrew-cask/Casks/fontbase.rb

26 lines
688 B
Ruby

cask "fontbase" do
version "2.18.1"
sha256 "813a8819af04382afb6a4f9d2ea0886bf73d83975688fe6c25043e6b2dab710a"
url "https://releases.fontba.se/mac/FontBase-#{version}.dmg"
name "FontBase"
desc "Font manager"
homepage "https://fontba.se/"
livecheck do
url "https://releases.fontba.se/mac/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
app "FontBase.app"
zap trash: [
"~/Library/Application Support/FontBase",
"~/Library/Preferences/com.dominiklevitsky.fontbase.helper.plist",
"~/Library/Preferences/com.dominiklevitsky.fontbase.plist",
"~/Library/Saved Application State/com.dominiklevitsky.fontbase.savedState",
]
end