require 'formula' class Sic :hg homepage 'http://tools.suckless.org/sic' def install system "make", "PREFIX=#{prefix}", "install" end end