homebrew-cask/Casks/basictex.rb

18 lines
436 B
Ruby
Raw Normal View History

2014-11-14 01:25:27 +08:00
cask :v1 => 'basictex' do
2015-01-17 11:23:38 +08:00
version :latest
sha256 :no_check
2015-01-17 11:23:38 +08:00
# ctan.org is the official download host per the vendor homepage
url 'http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg'
2015-02-03 04:31:31 +08:00
name 'BasicTeX'
homepage 'http://www.tug.org/mactex/morepackages.html'
license :oss
2015-01-17 11:23:38 +08:00
pkg 'mactex-basic.pkg'
2014-11-22 22:12:37 +08:00
2014-06-25 03:09:28 +08:00
uninstall :pkgutil => 'org.tug.mactex.basictex2014'
caveats do
path_environment_variable '/usr/texbin'
end
2013-11-20 06:33:27 +08:00
end