homebrew-core/Formula/gist.rb

12 lines
255 B
Ruby
Raw Normal View History

2009-11-13 03:02:29 +00:00
require 'formula'
class Gist < Formula
url 'https://github.com/defunkt/gist/tarball/v2.0.3'
homepage 'https://github.com/defunkt/gist'
md5 '5b9bfa8255e5f488b78a9d37a317b12a'
2009-11-13 03:02:29 +00:00
def install
2010-02-28 20:23:51 +00:00
system "rake", "install", "prefix=#{prefix}"
2009-11-13 03:02:29 +00:00
end
end