diff --git a/Formula/coda-cli.rb b/Formula/coda-cli.rb new file mode 100644 index 0000000000..ffd2e8fed8 --- /dev/null +++ b/Formula/coda-cli.rb @@ -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