diff options
| author | David Höppner | 2010-08-01 19:51:10 +0200 |
|---|---|---|
| committer | David Höppner | 2010-08-01 19:51:10 +0200 |
| commit | 8b6de68854f0fc49495260726bfa0f055e3d0464 (patch) | |
| tree | 32b98a4a3e89a6e9a0aa998b31e9c6285be958f2 /Library/Formula | |
| parent | 4db36f34e3b7a14abc3bead93a23d77f79ccedd8 (diff) | |
| download | homebrew-8b6de68854f0fc49495260726bfa0f055e3d0464.tar.bz2 | |
New formula xaric
Xaric is a UNIX irc client similar to (and forked from) BitchX and ircII.
I would impress you with a long list of amazing features, but since it
has no impressive features (and lacks a few important ones) that probably
is not a good idea. Xaric came into being when a group of irc friends
wanted a simpler client with pretty colors.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xaric.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/xaric.rb b/Library/Formula/xaric.rb new file mode 100644 index 000000000..af3616add --- /dev/null +++ b/Library/Formula/xaric.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Xaric <Formula + url 'http://xaric.org/software/xaric/releases/xaric-0.13.6.tar.gz' + homepage 'http://xaric.org/' + md5 '3523edcd8c8d5234b87c56c86c2dfdfc' + + def install + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end |
