homebrew-cask/Casks/texmacs.rb

14 lines
330 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'texmacs' do
2016-02-15 04:42:14 +08:00
version '1.99.4'
sha256 '7065db07e8190c9d211dd32b6e3e711cc9c49210c51afe6fc273fe50aa9c9e3d'
2014-09-26 20:09:15 +08:00
url "http://www.texmacs.org/Download/ftp/tmftp/macos/TeXmacs-#{version}.dmg"
2015-05-04 04:41:41 +08:00
name 'GNU TeXmacs'
homepage 'http://www.texmacs.org/'
license :gpl
2014-09-26 20:09:15 +08:00
app "TeXmacs-#{version}.app"
2014-10-11 22:34:49 +08:00
zap delete: '~/.TeXmacs'
end