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

Commit

Permalink
New formula: bgrep
Browse files Browse the repository at this point in the history
Closes #8519.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
msabramo authored and jacknagel committed Dec 13, 2011
1 parent b09ba9a commit d47556e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Library/Formula/bgrep.rb
@@ -0,0 +1,12 @@
require 'formula'

class Bgrep < Formula
url 'https://github.com/tmbinc/bgrep/tarball/bgrep-0.2'
homepage 'https://github.com/tmbinc/bgrep'
md5 '0f5b3debbb502b196ef63e277660bccc'

def install
system "#{ENV.cc} #{ENV.cflags} -o bgrep bgrep.c"
bin.install "bgrep"
end
end

0 comments on commit d47556e

Please sign in to comment.