homebrew-core/Formula/gist.rb
Jack Nagel dc58c61e11 gist 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28 21:50:52 -07:00

11 lines
255 B
Ruby

require 'formula'
class Gist < Formula
url 'https://github.com/defunkt/gist/tarball/v2.0.3'
homepage 'https://github.com/defunkt/gist'
md5 '5b9bfa8255e5f488b78a9d37a317b12a'
def install
system "rake", "install", "prefix=#{prefix}"
end
end