require 'formula' class Attica :build def install system "cmake . #{std_cmake_parameters}" system "make install" end end