homebrew-cask/Casks/latexian.rb

13 lines
373 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'latexian' do
2014-09-17 19:42:50 +08:00
version :latest
sha256 :no_check
2014-05-09 20:01:58 +08:00
url 'http://tacosw.com/latexian/Latexian.zip'
2014-06-04 19:51:02 +08:00
appcast 'http://tacosw.com/latexian/update2.php'
2015-04-09 02:23:52 +08:00
name 'Latexian'
2014-05-09 20:01:58 +08:00
homepage 'http://tacosw.com/latexian/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:50 +08:00
app 'Latexian/Latexian.app'
2014-05-09 20:01:58 +08:00
end