homebrew-core/Formula/coda-cli.rb
Jannis Leidel b94c72c285 Added coda-cli formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-17 09:12:19 -07:00

11 lines
242 B
Ruby

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