Added coda-cli formula.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jannis Leidel 2011-05-17 10:49:06 +02:00 committed by Adam Vandenberg
parent 68eafd1e6b
commit b94c72c285

11
Formula/coda-cli.rb Normal file
View file

@ -0,0 +1,11 @@
require 'formula'
class CodaCli < Formula
url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.0'
homepage 'http://justinhileman.info/coda-cli/'
md5 'ae7e53dffcd2a7a01e653429ce4bd5a6'
def install
bin.install 'coda'
end
end