homebrew-cask/Casks/fontbase.rb

18 lines
588 B
Ruby

cask 'fontbase' do
version '2.6.2'
sha256 '6bfa4ffdd7bb2d52f9fd1e4902a1c28156af54764cb20f047dc51c22e4f84e78'
url "http://releases.fontba.se/mac/FontBase-#{version}.dmg"
name 'FontBase'
homepage 'http://fontba.se/'
app 'FontBase.app'
zap trash: [
'~/Library/Preferences/com.dominiklevitsky.fontbase.helper.plist',
'~/Library/Preferences/com.dominiklevitsky.fontbase.plist',
'~/Library/Application Support/FontBase',
'~/Library/Saved Application State/com.dominiklevitsky.fontbase.savedState',
]
end