homebrew-core/Formula/gist.rb
Simon Rozet e819d05c89 gist: upgrade to 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 18:32:57 -07:00

11 lines
252 B
Ruby

require 'formula'
class Gist <Formula
url 'http://github.com/defunkt/gist/tarball/v1.1.1'
homepage 'http://github.com/defunkt/gist'
md5 'a1288387245cee6b1605d6756a2dac3b'
def install
system "rake", "install", "prefix=#{prefix}"
end
end