homebrew-cask/Casks/fontbase.rb

18 lines
599 B
Ruby

cask 'fontbase' do
version '2.2.3'
sha256 '258d6d021de3a2ef2cef7a3fb15a69fc6dacc5f4cb75f0d580dc108057a9f0c8'
url "http://releases.fontba.se/mac/#{version}/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