bib-tool: add 2.57 bottle.
This commit is contained in:
parent
670428dca5
commit
07fbe43976
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ class BibTool < Formula
|
|||
url "http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-2.57.tar.gz"
|
||||
sha1 "a6e80c86d347a39f3883e552db2dd4deb72b0e86"
|
||||
|
||||
bottle do
|
||||
sha1 "d5822fd899e1238c75964b7c0763dad2f24386e7" => :yosemite
|
||||
sha1 "dcaaf50c9992f1e1812845914ab3bd4b8be521de" => :mavericks
|
||||
sha1 "e0b9efe0a08a1c02a94ddd95fdfcef8863f1ad01" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--without-kpathsea"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue