Add bibutils
This commit is contained in:
parent
21b7feaca6
commit
5bee52af0e
1 changed files with 12 additions and 0 deletions
12
Formula/bibutils.rb
Normal file
12
Formula/bibutils.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue