diff options
| author | David Sanson | 2010-05-20 17:14:23 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-20 14:20:57 -0700 |
| commit | 3978603c7cb222a4e80e244b42620949e87c52cc (patch) | |
| tree | 92e62a11571a2984ae245bb160703846b21bff71 /Library | |
| parent | 3a0e98d2ffb778ea482b2f4d3895619c64234adb (diff) | |
| download | homebrew-3978603c7cb222a4e80e244b42620949e87c52cc.tar.bz2 | |
Add bibutils
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bibutils.rb | 12 |
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 |
