Created
April 11, 2014 06:13
-
-
Save takumakei/10443469 to your computer and use it in GitHub Desktop.
Homebrew formula for the eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "formula" | |
class Eb < Formula | |
homepage "http://www.sra.co.jp/people/m-kasahr/eb/" | |
url "ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2" | |
sha1 "1cc55c90fcac224bf299289e7a0fe1559f0761ab" | |
def install | |
system "./configure", "--disable-debug", | |
"--disable-dependency-tracking", | |
"--disable-silent-rules", | |
"--prefix=#{prefix}" | |
system "make", "install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ brew install https://gist.githubusercontent.com/takumakei/10443469/raw/eb.rb