homebrew-core/Formula/whohas.rb
Pieter Nicolai e5738c3660 whohas 0.29
update whohas to 0.29. Changelog here:
http://www.philippwesche.org/200811/whohas/Changelog

Closes Homebrew/homebrew#8849.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:53:22 -08:00

15 lines
406 B
Ruby

require 'formula'
class Whohas < Formula
url 'http://www.philippwesche.org/200811/whohas/whohas-0.29.tar.gz'
homepage 'http://www.philippwesche.org/200811/whohas/intro.html'
md5 'd12590e7d2c3c123b4cfb5b93ed4e902'
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