homebrew-cask/Casks/the-archive-browser.rb

15 lines
485 B
Ruby
Raw Normal View History

cask :v1 => 'the-archive-browser' do
2014-02-08 16:15:26 +08:00
version '1.9.1'
sha256 'c658cc67fde3773b20731394c3ca2829285b3e02efa10c4efb360b2bf053f26e'
2014-09-26 20:09:15 +08:00
url "http://wakaba.c3.cx/releases/mac/TheArchiveBrowser#{version}.zip"
homepage 'http://archivebrowser.c3.cx'
license :commercial
2014-09-16 00:06:28 +08:00
app 'The Archive Browser.app'
caveats <<-EOS.undent
The Archive Browser is a commercial app. Only a trial version will be
installed. A full license may be purchased from the developer website.
2014-10-07 22:57:49 +08:00
EOS
2014-02-08 16:15:26 +08:00
end