Add Ridibooks.app

This commit is contained in:
Geosung Lee 2014-03-10 07:25:56 +09:00
parent 043b9a8188
commit 1bc8afcdd9
1 changed files with 12 additions and 0 deletions

12
Casks/ridibooks.rb Normal file
View File

@ -0,0 +1,12 @@
class Ridibooks < Cask
url 'http://ridibooks.com/getapp?os=mac'
homepage 'http://ridibooks.com/support/introduce_appdown'
version 'latest'
no_checksum
container_type :naked
before_install do
system %Q{mv #{destination_path.join('getapp')} #{destination_path.join('ridibooks.pkg')}}
end
install 'ridibooks.pkg'
uninstall :pkgutil => 'com.ridibooks.Ridibooks'
end