homebrew-core/Formula/coda-cli.rb
Justin Hileman 757015210d coda-cli 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-18 19:49:42 -07:00

11 lines
242 B
Ruby

require 'formula'
class CodaCli < Formula
url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.2'
homepage 'http://justinhileman.info/coda-cli/'
md5 '1e062ed4c138f082ee625c641f6c33f7'
def install
bin.install 'coda'
end
end