Skip to content

Commit

Permalink
New formula: kdiff3
Browse files Browse the repository at this point in the history
Closes Homebrew#5724.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
bfanger authored and jacknagel committed Sep 17, 2011
1 parent c6a606c commit 6d4e08f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/kdiff3.rb
@@ -0,0 +1,15 @@
require 'formula'

class Kdiff3 < Formula
url 'http://downloads.sourceforge.net/project/kdiff3/kdiff3/0.9.96/kdiff3-0.9.96.tar.gz'
homepage 'http://kdiff3.sourceforge.net/'
md5 '46b96befddf3448a3cb673f018c6f6f9'

depends_on 'qt'

def install
# configure builds the binary
system "./configure", "qt4"
bin.install "src-QT4/kdiff3.app/Contents/MacOS/kdiff3"
end
end

0 comments on commit 6d4e08f

Please sign in to comment.