aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gist.rb
blob: befcfd131980085de3cf38d5b6a796d55f64bd8a (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.3'
  homepage 'https://github.com/defunkt/gist'
  md5 '5b9bfa8255e5f488b78a9d37a317b12a'

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