homebrew-cask-versions/Casks/tactor.rb
2014-12-20 13:47:23 +00:00

11 lines
381 B
Ruby

cask :v1 => 'tactor' do
version :latest
sha256 :no_check
# dropbox is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/Tactor.zip'
homepage 'http://onflapp.wordpress.com/tactor/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Tactor.app'
end