class Wtf < Formula homepage "http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wtf/" url "https://downloads.sourceforge.net/project/bsdwtf/wtf-20141212.tar.gz" sha1 "406af25912e948e02e68034415292ca3500e8f02" def install inreplace %w[wtf wtf.6], "/usr/share", share bin.install "wtf" man6.install "wtf.6" (share+"misc").install %w[acronyms acronyms.comp] end end