homebrew-core/Formula/whohas.rb

16 lines
415 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Whohas < Formula
homepage 'http://www.philippwesche.org/200811/whohas/intro.html'
2013-01-27 23:27:48 +00:00
url 'http://www.philippwesche.org/200811/whohas/whohas-0.29.tar.gz'
sha1 '6c171275db45ab6b7f259613432e93ef879610b8'
depends_on 'LWP::UserAgent' => :perl
def install
bin.install 'program/whohas'
man1.install 'usr/share/man/man1/whohas.1'
(share+'whohas').install 'intro.txt'
end
end