homebrew-cask/Casks/rightfont.rb

16 lines
411 B
Ruby
Raw Normal View History

2015-05-04 23:29:50 +08:00
cask :v1 => 'rightfont' do
version :latest
sha256 :no_check
url 'http://rightfontapp.com/download/rightfont_beta.zip'
name 'RightFont'
2015-05-27 01:50:23 +08:00
appcast 'http://rightfontapp.com/update/appcast.xml',
2015-07-18 06:22:26 +08:00
:sha256 => '9c35fd40ec7fb36ace330916c69cb6c16eca44448832f573d4979ad5e71096ef'
2015-05-04 23:29:50 +08:00
homepage 'http://rightfontapp.com/'
license :unknown
2015-07-18 06:22:26 +08:00
depends_on :macos => '>= :yosemite'
2015-05-04 23:29:50 +08:00
app 'RightFont.app'
end