homebrew-core/Formula/ghi.rb
Matthew Price df88e780a3 ghi 0.9.0.20130504
Closes Homebrew/homebrew#20211.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-02 10:54:59 -07:00

16 lines
329 B
Ruby

require 'formula'
class Ghi < Formula
homepage 'https://github.com/stephencelis/ghi'
url 'https://github.com/stephencelis/ghi/archive/0.9.0.20130504.zip'
sha1 '64537496f2214bdfbd7a2e71f57eabd6de90108b'
def install
bin.install "ghi"
man1.install "man/ghi.1"
end
test do
system "ghi --version"
end
end