aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wtf.rb
blob: 5dbd953515a2eb9f38172b4286d38996b473c5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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