hunspell: style nits
This commit is contained in:
parent
9be2e692ff
commit
02028ada14
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue