homebrew-core/Formula/cgvg.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

19 lines
612 B
Ruby

class Cgvg < Formula
desc "Command-line source browsing tool"
homepage "http://www.uzix.org/cgvg.html"
url "http://www.uzix.org/cgvg/cgvg-1.6.3.tar.gz"
sha256 "d879f541abcc988841a8d86f0c0781ded6e70498a63c9befdd52baf4649a12f3"
bottle do
cellar :any
sha1 "a3fcc3b1176529bc6e8c748b7ab0da5a4619d217" => :mavericks
sha1 "7239ed81b63640aa43661a3d2c8aa86668125fb8" => :mountain_lion
sha1 "06a91bea44a04501f593a43b02437bc4969a34a3" => :lion
end
def install
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}"
system "make", "install"
end
end