esniper version 2-2 for OS X
The formula for esniper was recently updated to version 2-2.
To install esniper on your Mac, open your Terminal application and run the following commands;
brew update brew install esniper
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12
require 'formula' class Esniper < Formula url 'http://downloads.sourceforge.net/project/esniper/esniper/2.23.0/esniper-2-23-0.tgz' homepage 'http://sourceforge.net/projects/esniper/' md5 'fa1990f82213193cb05efd3040848fcb' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end end
Currently esniper has no dependencies in homebrew.
See which packages depend on esniper.