homebrew-cask-versions/Casks/basictex.rb
2015-06-29 01:22:36 -06:00

17 lines
429 B
Ruby

cask :v1 => 'basictex' do
version :latest
sha256 :no_check
# ctan.org is the official download host per the vendor homepage
url 'http://mirror.ctan.org/systems/mac/mactex/BasicTeX.pkg'
name 'BasicTeX'
homepage 'https://www.tug.org/mactex/morepackages.html'
license :oss
pkg 'BasicTeX.pkg'
uninstall :pkgutil => 'org.tug.mactex.basictex2015'
caveats do
path_environment_variable '/usr/texbin'
end
end