homebrew-core/Formula/gist.rb

13 lines
309 B
Ruby
Raw Normal View History

2009-11-13 03:02:29 +00:00
require 'formula'
class Gist < Formula
homepage 'https://github.com/defunkt/gist'
url 'https://github.com/defunkt/gist/tarball/v3.1.0'
sha1 '3271be7d41ac545afd17772652dda7adc7c90d7a'
2011-05-27 05:02:55 +00:00
head 'https://github.com/defunkt/gist.git'
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