2009-11-13 03:02:29 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2010-11-06 03:35:00 +00:00
|
|
|
class Gist < Formula
|
2011-03-06 04:08:24 +00:00
|
|
|
url 'https://github.com/defunkt/gist/tarball/v2.0.1'
|
2010-11-10 18:16:28 +00:00
|
|
|
homepage 'https://github.com/defunkt/gist'
|
2011-03-06 04:08:24 +00:00
|
|
|
md5 'f6c8ef18f8019876cb54c9bfa3d4865b'
|
2010-02-28 23:03:46 +00:00
|
|
|
|
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
|