homebrew-cask-versions/Casks/data-integration.rb
2015-01-17 19:14:51 +00:00

13 lines
386 B
Ruby

cask :v1 => 'data-integration' do
version :latest
sha256 :no_check
# sourceforge.net is the official download host per the vendor homepage
url 'http://sourceforge.net/projects/pentaho/files/latest/download'
name 'Pentaho Data Integration'
homepage 'http://community.pentaho.com'
license :oss
tags :vendor => 'Pentaho'
app 'data-integration/Data Integration.app'
end