2011-05-17 08:49:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class CodaCli < Formula
|
2011-10-18 13:56:18 +00:00
|
|
|
url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.2'
|
2011-05-17 08:49:06 +00:00
|
|
|
homepage 'http://justinhileman.info/coda-cli/'
|
2011-10-18 13:56:18 +00:00
|
|
|
md5 '1e062ed4c138f082ee625c641f6c33f7'
|
2011-05-17 08:49:06 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'coda'
|
|
|
|
end
|
|
|
|
end
|