Gist formula

This commit is contained in:
Jordan Bracco 2009-11-13 04:02:29 +01:00 committed by Max Howell
parent c677ba65d9
commit d0f3ae2056

13
Formula/gist.rb Normal file
View file

@ -0,0 +1,13 @@
require 'formula'
class Gist <Formula
url 'http://github.com/defunkt/gist/raw/595bddc77386b46f30dcae83748d4e2cc9d1b219/gist.rb'
homepage 'http://github.com/defunkt/gist/'
version '20091019'
md5 '61ada08a5871b7011c1682be38e51da1'
def install
mv 'gist.rb', 'gist'
bin.install "gist"
end
end