require 'formula' class ShellFm :build depends_on 'libao' depends_on 'mad' def install system "make" bin.install 'source/shell-fm' man1.install 'manual/shell-fm.1.gz' end end