homebrew-cask/Casks/fstream.rb

12 lines
326 B
Ruby
Raw Normal View History

2014-11-14 01:25:53 +08:00
cask :v1 => 'fstream' do
2014-09-30 19:01:01 +08:00
version :latest
sha256 :no_check
url 'http://www.sourcemac.com/fstream_FStream.tgz'
2015-01-12 01:47:40 +08:00
name 'FStream'
2014-09-30 19:01:01 +08:00
homepage 'http://www.sourcemac.com/?page=fstream'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-30 19:01:01 +08:00
app 'FStream.app'
end