homebrew-cask-versions/Casks/data-integration.rb
Roland Walker b3edd67b26 rename pentaho-data-integration.rb
to data-integration.rb, to conform with naming conventions.

Add `:vendor` and `:name` tags to maintain discoverability.
2014-11-25 09:14:06 -05:00

12 lines
325 B
Ruby

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