diff options
Diffstat (limited to 'Library/Formula')
| -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 |
