class Sxiv < Formula desc "Simple X Image Viewer" homepage "https://github.com/muennich/sxiv" url "https://github.com/muennich/sxiv/archive/v1.3.2.tar.gz" mirror "https://mirrors.kernel.org/debian/pool/main/s/sxiv/sxiv_1.3.2.orig.tar.gz" sha256 "9f5368de8f0f57e78ebe02cb531a31107a993f2769cec51bcc8d70f5c668b653" revision 1 head "https://github.com/muennich/sxiv.git" bottle do cellar :any sha256 "606057791d4785165f78ae964bfa990b005d5f0cc3e51f19f64438c29b2670f5" => :sierra sha256 "16a9ac152429a736db62dc0a2ac34f1b4d70c11b3de10f856bece78acf20a9a1" => :el_capitan sha256 "de711fb6eb1c6ac0093ad182dd820c9debdb5d08ce03430de6462fbf9568c5e3" => :yosemite end depends_on :x11 depends_on "imlib2" depends_on "giflib" depends_on "libexif" def install system "make", "config.h" system "make", "PREFIX=#{prefix}", "install" end test do system "#{bin}/sxiv", "-v" end end