require 'formula' class Innotop :perl def install system "perl Makefile.PL PREFIX=#{prefix}" system "make install" end end