Gist formula
This commit is contained in:
parent
c677ba65d9
commit
d0f3ae2056
1 changed files with 13 additions and 0 deletions
13
Formula/gist.rb
Normal file
13
Formula/gist.rb
Normal 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
|
Loading…
Reference in a new issue