homebrew-cask/Casks/data-integration.rb

14 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