From 20f07a462d78cc969851a07e56eb2d7dd398082a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 12 Feb 2012 21:44:22 -0800 Subject: [PATCH] cheops: style update --- Formula/cheops.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/cheops.rb b/Formula/cheops.rb index e6202d436de..7f400402d0d 100644 --- a/Formula/cheops.rb +++ b/Formula/cheops.rb @@ -1,12 +1,14 @@ require 'formula' class Cheops < Formula - url 'http://files.nothingisreal.com/software/cheops/cheops-1.1.tar.bz2' homepage 'http://en.nothingisreal.com/wiki/CHEOPS' + url 'http://files.nothingisreal.com/software/cheops/cheops-1.1.tar.bz2' md5 'ced2dba9d0d6de77d538e04ff2909969' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--mandir=#{man}" system "make install" end end