homebrew-cask/Casks/kindlegen.rb

13 lines
514 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'kindlegen' do
2014-04-29 20:30:31 +08:00
version '2.9'
2014-11-16 01:50:51 +08:00
sha256 '7aad3b01c8f0d61096f86d7ba34e4deeef22355b9dbf2555c6dd05a281f5d17e'
# amazonaws.com is the official download host per the vendor homepage
2014-08-23 01:50:05 +08:00
url "https://kindlegen.s3.amazonaws.com/KindleGen_Mac_i386_v#{version.gsub('.', '_')}.zip"
2015-04-07 21:39:25 +08:00
name 'KindleGen'
homepage 'http://www.amazon.com/gp/feature.html?docId=1000765211'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-11-22 03:40:46 +08:00
binary 'kindlegen'
2014-04-29 20:30:31 +08:00
end