Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
corkscrew: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jan 27, 2013
1 parent 58c0e1e commit 8dcd03d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library/Formula/corkscrew.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
require 'formula'

class Corkscrew < Formula
url 'http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz'
homepage 'http://www.agroman.net/corkscrew/'
url 'http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz'
sha1 '8bdb4c0dc71048136c721c33229b9bf795230b32'

def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--host=apple"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--host=apple"
system "make install"
end
end

0 comments on commit 8dcd03d

Please sign in to comment.