aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coda-cli.rb
blob: ffd2e8fed8a9caa803b700b7801bc329e43175d2 (plain)
1
2
3
4
5
6
7
8
9
10
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