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'
|
2011-05-26 23:46:37 +00:00
|
|
|
url 'https://github.com/defunkt/gist/tarball/v2.0.3'
|
2011-05-05 17:32:40 +00:00
|
|
|
md5 '0b99159635df2083651d2ff9db8abb25'
|
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
|