Skip to content

Commit

Permalink
added CutyCapt formula
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Feb 2, 2011
1 parent b877154 commit aa65695
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/cuty_capt.rb
@@ -0,0 +1,16 @@
require 'formula'

class CutyCapt <Formula
url 'http://ftp.de.debian.org/debian/pool/main/c/cutycapt/cutycapt_0.0~svn6.orig.tar.gz'
homepage 'http://cutycapt.sourceforge.net/'
md5 '02f57ff05753ee63b922715709a6bd5c'
version '0.0.6'

depends_on 'qt'

def install
system "qmake CONFIG-=app_bundle"
system "make"
bin.install "CutyCapt"
end
end

0 comments on commit aa65695

Please sign in to comment.