hunspell: style nits

This commit is contained in:
Adam Vandenberg 2013-01-27 20:50:01 -08:00
parent 9be2e692ff
commit 02028ada14

View file

@ -1,8 +1,8 @@
require 'formula'
class Hunspell < Formula
url 'http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz'
homepage 'http://hunspell.sourceforge.net/'
url 'http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz'
sha1 '902c76d2b55a22610e2227abc4fd26cbe606a51c'
depends_on 'readline'
@ -10,7 +10,8 @@ class Hunspell < Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-ui", "--with-readline"
"--with-ui",
"--with-readline"
system "make"
ENV.deparallelize
system "make install"