Skip to content

Commit

Permalink
brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
qgeissmann committed Oct 4, 2014
1 parent ed32340 commit b4a099a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packagingScripts/brew.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

require 'formula'
class OpenCFU < Formula
homepage 'http://opencfu.sourceforge.net/'
url 'h http://sourceforge.net/projects/opencfu/files/linux/opencfu-3.9.0.tar.gz'
sha1 '646561999b6c143701cad7a9c3000aebf973e36f'

depends_on "pkg-config" => :build
depends_on "gtkmm"
depends_on "opencv"

def install
system "./configure" "--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit b4a099a

Please sign in to comment.