From 335ca751a26f9d031ff58dcc7d16fdbd4b429470 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 14 Feb 2014 21:06:38 -0500 Subject: [PATCH] Added tox-poison Tox is a back-end tool for secure chat and and text communication, arising out of the post-NSA paranoia about data privacy and security. Poison is the Mac graphical frontend to Tox. (The other apps bundled, Silica and Hibiki, are used for developing sound schemes and visual styles for the client, and are distributed with the package, so I decided to include them). --- Casks/tox-poison.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Casks/tox-poison.rb diff --git a/Casks/tox-poison.rb b/Casks/tox-poison.rb new file mode 100644 index 000000000..c7443958d --- /dev/null +++ b/Casks/tox-poison.rb @@ -0,0 +1,9 @@ +class ToxPoison < Cask + url 'http://jenkins.tox.im/job/Poison_OS_X/lastSuccessfulBuild/artifact/arc/poison-with-extras.zip' + homepage 'http://tox.im' + version 'latest' + no_checksum + link 'poison-with-extras/Poison.app' + link 'poison-with-extras/Silica.app' + link 'poison-with-extras/Hibiki.app' +end