From beaa0cb12815f617df483a253d12c4afb0f041f9 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Tue, 4 Mar 2014 22:11:57 -0500 Subject: [PATCH] Added Xee 2.2 Xee is a lightweight, fast and convenient image viewer and browser. It is designed to be a serious tool for image viewing and management, with a sleek and powerful interface. Xee is useful as a more powerful replacement for Preview, or most any other image viewer available on Mac OS X. It is very fast, and uses less memory than most other image viewing tools. It also uses OpenGL to display and scroll images much more smoothly than other viewers. Its interface is highly streamlined and has easily configurable keyboard shortcuts. --- Casks/xee22.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/xee22.rb diff --git a/Casks/xee22.rb b/Casks/xee22.rb new file mode 100644 index 000000000..11282d3b1 --- /dev/null +++ b/Casks/xee22.rb @@ -0,0 +1,7 @@ +class Xee22 < Cask + url 'https://xee.googlecode.com/files/Xee2.2.zip' + homepage 'https://code.google.com/p/xee/' + version '2.2' + sha256 '9cc173b24cfa76185a48f050c587690917f104f6a165d52ffc67e52793385f1c' + link 'Xee.app' +end