aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Sanson2010-05-20 17:14:23 -0400
committerAdam Vandenberg2010-05-20 14:20:57 -0700
commit3978603c7cb222a4e80e244b42620949e87c52cc (patch)
tree92e62a11571a2984ae245bb160703846b21bff71 /Library/Formula
parent3a0e98d2ffb778ea482b2f4d3895619c64234adb (diff)
downloadhomebrew-3978603c7cb222a4e80e244b42620949e87c52cc.tar.bz2
Add bibutils
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bibutils.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/bibutils.rb b/Library/Formula/bibutils.rb
new file mode 100644
index 000000000..d1d92181c
--- /dev/null
+++ b/Library/Formula/bibutils.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Bibutils <Formula
+ url 'http://www.scripps.edu/~cdputnam/software/bibutils/bibutils_4.8_osx_intel.tgz'
+ homepage 'http://www.scripps.edu/~cdputnam/software/bibutils/'
+ md5 '11a89c76a65b2688271b1726ce4a23a7'
+ version '4.8'
+
+ def install
+ bin.install Dir["*"]
+ end
+end