homebrew-core/Formula/whohas.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

12 lines
438 B
Ruby

class Whohas < Formula
desc "Query multiple distributions' package archives"
homepage "http://www.philippwesche.org/200811/whohas/intro.html"
url "http://www.philippwesche.org/200811/whohas/whohas-0.29.tar.gz"
sha256 "4382c53ccd27f2734f5981d58baf8f3442a9eb50709d49df3629d75f802af081"
def install
bin.install "program/whohas"
man1.install "usr/share/man/man1/whohas.1"
(share+"whohas").install "intro.txt"
end
end