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
version '1.99.2'
sha256 '2d8ab5440a1d68abef2f6d2f5663887d5713770f819aa8e292a5450ce12f708a'
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