homebrew-cask/Casks/tactor.rb

12 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