Skip to content

Commit

Permalink
bbe 0.2.2
Browse files Browse the repository at this point in the history
bbe is a sed-like editor for binary files.

Closes Homebrew/legacy-homebrew#24959.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
dtrebbien authored and adamv committed Dec 5, 2013
1 parent 3c76d37 commit 1e4f217
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/bbe.rb
@@ -0,0 +1,15 @@
require 'formula'

class Bbe < Formula
homepage 'http://bbe-.sourceforge.net'
url 'http://downloads.sourceforge.net/project/bbe-/bbe/0.2.2/bbe-0.2.2.tar.gz'
sha1 '42d5b47d607a9633fb49e7d39e2aebfb7bb89c05'

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

0 comments on commit 1e4f217

Please sign in to comment.