aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coda-cli.rb
blob: 224189d3cc00d0c492fa79a546257f8c09ef4751 (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.2'
  homepage 'http://justinhileman.info/coda-cli/'
  md5 '1e062ed4c138f082ee625c641f6c33f7'

  def install
    bin.install 'coda'
  end
end