homebrew-cask/Casks/basictex.rb

20 lines
586 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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/BasicTeX.pkg'
2015-02-03 04:31:31 +08:00
name 'BasicTeX'
2015-06-29 14:32:18 +08:00
homepage 'https://www.tug.org/mactex/morepackages.html'
license :oss
pkg 'BasicTeX.pkg'
2014-11-22 22:12:37 +08:00
uninstall :pkgutil => 'org.tug.mactex.basictex2015',
:delete => [
'/Library/PreferencePanes/TeXDistPrefPane.prefPane',
'/etc/paths.d/TeX',
'/etc/manpaths.d/TeX',
]
2013-11-20 06:33:27 +08:00
end