atool version 0.37.0 for OS X
The formula for atool was recently updated to version 0.37.0.
To install atool on your Mac, open your Terminal application and run the following commands;
brew update brew install atool
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
require 'formula' class Atool < Formula url 'http://savannah.nongnu.org/download/atool/atool-0.37.0.tar.gz' homepage 'http://www.nongnu.org/atool/' md5 '2607e9b19518af4145be8a6bed454477' depends_on "gnu-sed" def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" # OS X sed doesn't work; use GNU sed inreplace 'Makefile', 'sed -r', '#{HOMEBREW_PREFIX}/bin/gsed' system "make install" end end
This package, atool, depends on;
gnu-sed
See which packages depend on atool.














