class Foremost < Formula desc "Console program to recover files based on their headers and footers" homepage "http://foremost.sourceforge.net/" url "http://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz" sha256 "502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34" def install inreplace "Makefile" do |s| s.gsub! "/usr/", "#{prefix}/" s.change_make_var! "RAW_CC", ENV.cc s.change_make_var! "RAW_FLAGS", ENV.cflags end system "make", "mac" bin.install "foremost" man8.install "foremost.8.gz" etc.install "foremost.conf" => "foremost.conf.default" end end