aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gist.rb
blob: 0fb036e8ea2262e9bae2a3ef779ebb04f5d2d415 (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 'https://github.com/defunkt/gist'
  md5 '4be2158b5a3d570f0f14d3ba092458db'

  def install
    system "rake", "install", "prefix=#{prefix}"
  end
end