homebrew-cask/Casks/textsoap.rb

12 lines
381 B
Ruby

cask :v1 => 'textsoap' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'http://unmarked.s3.amazonaws.com/textsoap7.zip'
homepage 'http://www.unmarked.com/textsoap/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'textsoap7.app'
end