diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/coda-cli.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/coda-cli.rb b/Library/Formula/coda-cli.rb new file mode 100644 index 000000000..ffd2e8fed --- /dev/null +++ b/Library/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 |
