require 'formula' class Feh :build def install ENV.x11 system "make" system "make", "PREFIX=#{prefix}", "install" end end