homebrew-core/Formula/coda-cli.rb
Justin Hileman cbe8470e2e coda-cli 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-30 07:23:18 -07:00

11 lines
242 B
Ruby

require 'formula'
class CodaCli < Formula
homepage 'http://justinhileman.info/coda-cli/'
url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.5'
md5 'ad5362f24f4cfdd93c7f235467603a5e'
def install
bin.install 'coda'
end
end