Commit Graph

5 Commits

Author SHA1 Message Date
Beng Hee Eu 2fa11ffa86 Update BasicTeX package id to 2014 2014-06-25 03:09:28 +08:00
Roland Walker c8cd897435 mass convert Casks to sha256 :no_check 2014-05-08 08:51:31 -04:00
Roland Walker 329c48298a caveats first-class in DSL, gets own mini-DSL
Make caveats a first-class member of the Cask DSL.  It no longer has to
be specified with "def caveats", but can be given as "caveats do ... end"
as with after_install blocks.

In addition, create a mini-DSL which can be used within caveats blocks,
providing standard messages when manual installers must be used,
reboot-required, etc.

Add alternate form: caveats can also accept a compile-time string for
simple cases.

This is 99% compatible with old Casks, as it still works by defining
a caveats method.  However, all Casks containing caveats are cleaned
up and adapted according to the new DSL.

Full docs in CONTRIBUTING.md.
2014-01-20 11:54:46 -05:00
Geoffrey Oxberry c92824a5af Add PATH caveats to BasicTeX cask.
Warns user that they may need to add LaTeX-related executables to
their PATH.

Similar to #2284, related to #2277.
2014-01-04 17:13:39 -08:00
Tom Vincent 7933b322a5 Add BasicTeX 2013-11-19 22:33:27 +00:00