require 'formula' class Arss :build depends_on 'fftw' def install Dir.chdir "src" do system "cmake . #{std_cmake_parameters}" system "make install" end end end