mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Sequential is an image viewer for Mac OS X. It was originally designed for opening a folder of images and displaying them in order. It works well for viewing comics and manga. Sequential can display folders and archives (ZIP, RAR, CBZ and CBR) of images (including JPEG, PNG, and GIF) and PDF files. It is able to load images on the internet from a page or image URL. Sequential has mature full screen support and can display images' Exif data.
7 lines
233 B
Ruby
7 lines
233 B
Ruby
class Sequential < Cask
|
|
url 'http://sequentialx.com/Sequential2.1.2.zip'
|
|
homepage 'http://sequentialx.com'
|
|
version '2.1.2'
|
|
sha256 '7a9247e8623da5b6c74b65ad6d9e0be7667b832816134393e871e584c00eee64'
|
|
link 'Sequential.app'
|
|
end
|