homebrew-cask/test
phinze 171456dc98 support for install/uninstall
accepts a single argument, which is a relative path to a pkg
inside the extracted Cask; homebrew-cask will attempt to install this
pkg after the Cask is extracted via `installer`

because of the many different ways uninstallers work, this
has several features:

 - `:script`: a script in the Cask which serves as an uninstaller (e.g.
   Vagrant, VirtualBox), uses `:args`, and `:input` keys to interact
   with said script
 - `:pkgutil`: a regexp which captures all package_ids installed by this
   cask; homebrew-cask will list all files installed under these ids and
   remove them
 - `:launchctl`: a list of bundle_ids for services that should be
   removed by homebrew-cask
 - `:files`: a fallback list of files to manually remove; helps when
   uninstallers miss something

refs #661
2013-07-21 22:01:38 -05:00
..
Casks add audits into the build process 2013-04-07 14:30:09 -05:00
cask support for install/uninstall 2013-07-21 22:01:38 -05:00
cli Correct Adium URL to fix failing unit test 2013-07-21 21:24:27 +08:00
support support for install/uninstall 2013-07-21 22:01:38 -05:00
cask_test.rb Adding absolute cask location test 2013-07-17 10:10:03 -07:00
test_helper.rb [#583] Auditing of cask download and checksums 2013-07-07 09:06:02 -05:00