Skip to content

Commit

Permalink
gauche: add 0.9.4 bottle.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#31021.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
BrewTestBot authored and MikeMcQuaid committed Jul 21, 2014
1 parent 5056ca2 commit 4857b61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/gauche.rb
Expand Up @@ -5,6 +5,12 @@ class Gauche < Formula
url 'https://downloads.sourceforge.net/gauche/Gauche/Gauche-0.9.4.tgz'
sha1 '2f0068d19adbc8e7fd3c04ab8e6576d0fac21ad6'

bottle do
sha1 "844ce90625ae0fd6ab27afc965edc7c05e6d283d" => :mavericks
sha1 "e039cf0ff8ab34db5053fe2a010822ec3205b5e3" => :mountain_lion
sha1 "087b1f85a18485fe2226892d9b96066a027de606" => :lion
end

def install
system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking',
'--enable-multibyte=utf-8'
Expand Down

0 comments on commit 4857b61

Please sign in to comment.