1 cask :v1 => 'ridibooks' do
5 url 'http://ridibooks.com/getapp?os=mac'
6 homepage 'http://ridibooks.com/support/introduce_appdown'
7 license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9 container :type => :naked
11 system '/bin/mv', '--', staged_path.join('getapp'), staged_path.join('ridibooks.pkg')
15 uninstall :pkgutil => 'com.ridibooks.Ridibooks'