2011-05-17 08:49:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class CodaCli < Formula
|
|
|
|
homepage 'http://justinhileman.info/coda-cli/'
|
2012-05-30 14:11:24 +00:00
|
|
|
url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.5'
|
|
|
|
md5 'ad5362f24f4cfdd93c7f235467603a5e'
|
2011-05-17 08:49:06 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'coda'
|
|
|
|
end
|
|
|
|
end
|