homebrew-core/Formula/gist.rb
2010-11-07 10:43:39 -08:00

11 lines
254 B
Ruby

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