homebrew-cask/Casks/calibre.rb

8 lines
169 B
Ruby

class Calibre < Cask
url 'http://status.calibre-ebook.com/dist/osx32'
homepage 'http://calibre-ebook.com/'
version 'latest'
no_checksum
link 'calibre.app'
end