homebrew-cask/Casks/kindlegen.rb

13 lines
505 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
2015-06-29 14:32:18 +08:00
homepage 'https://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