This commit is contained in:
Brett Koonce 2014-05-20 23:43:45 -07:00
parent 3f7a7fc914
commit 01fa180551

View file

@ -1,12 +1,12 @@
require 'formula'
require "formula"
class Feh < Formula
homepage 'http://feh.finalrewind.org/'
url 'http://feh.finalrewind.org/feh-2.10.tar.bz2'
sha1 '38b472f2a3222e287269a0719c7ead383f1cb8a5'
homepage "http://feh.finalrewind.org/"
url "http://feh.finalrewind.org/feh-2.12.tar.bz2"
sha1 "30eb2b778858b1f4ce97e44c8225758185b0c588"
depends_on :x11
depends_on 'giblib' => :build
depends_on "giblib" => :build
def install
system "make", "PREFIX=#{prefix}"