aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gist.rb
blob: 283cfffcb7018f889a06dbc76544d932b3504b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
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