homebrew-core/Formula/gist.rb
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00

11 lines
255 B
Ruby

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