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).
This commit is contained in:
Caleb Xu 2014-02-14 21:06:38 -05:00
parent a56bf886e9
commit 335ca751a2

9
Casks/tox-poison.rb Normal file
View file

@ -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