homebrew-cask/Casks/qtox.rb

14 lines
270 B
Ruby
Raw Normal View History

2014-12-17 02:33:00 +08:00
cask :v1 => 'qtox' do
version :latest
sha256 :no_check
2015-05-03 19:43:28 +08:00
# tox.im is the official download host per the vendor homepage
url 'https://dist-build.tox.im/qtox/osx/qtox.zip'
2014-12-17 02:33:00 +08:00
name 'qTox'
name 'Tox'
homepage 'https://tox.im/'
license :gpl
app 'qTox.app'
end