homebrew-cask/Casks/fontstand.rb

17 lines
301 B
Ruby

cask :v1 => 'fontstand' do
version :latest
sha256 :no_check
url 'https://fontstand.com/application/download',
:user_agent => :fake
name 'Fontstand'
homepage 'https://fontstand.com/'
license :gratis
app 'Fontstand.app'
postflight do
suppress_move_to_applications
end
end