homebrew-cask/Casks/foldingtext.rb

13 lines
406 B
Ruby
Raw Normal View History

cask :v1 => 'foldingtext' do
2014-09-17 19:42:45 +08:00
version :latest
2014-07-02 00:16:15 +08:00
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
2014-07-02 00:16:15 +08:00
url 'https://s3.amazonaws.com/foldingtext/FoldingText.dmg'
2015-01-12 02:01:16 +08:00
name 'FoldingText'
2014-07-02 00:16:15 +08:00
homepage 'http://www.foldingtext.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-02 00:16:15 +08:00
2014-09-16 00:05:35 +08:00
app 'FoldingText.app'
2014-07-02 00:16:15 +08:00
end