2009-11-13 03:02:29 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2010-11-06 03:35:00 +00:00
|
|
|
class Gist < Formula
|
2010-11-10 18:16:28 +00:00
|
|
|
homepage 'https://github.com/defunkt/gist'
|
2012-03-22 20:32:08 +00:00
|
|
|
url 'https://github.com/defunkt/gist/tarball/v3.1.0'
|
|
|
|
md5 'fde73d0653ff9bf07f0b9e2f72090f20'
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/defunkt/gist.git'
|
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
|