2011-05-17 08:49:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class CodaCli < Formula
|
|
|
|
homepage 'http://justinhileman.info/coda-cli/'
|
2013-03-27 23:26:15 +00:00
|
|
|
url 'https://github.com/bobthecow/coda-cli/archive/v1.0.5.tar.gz'
|
|
|
|
sha1 '60b1b9c1bfe9602f5140dd3ea4b4e6ae2c51acf3'
|
2011-05-17 08:49:06 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'coda'
|
|
|
|
end
|
|
|
|
end
|