Added coda-cli formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
68eafd1e6b
commit
b94c72c285
1 changed files with 11 additions and 0 deletions
11
Formula/coda-cli.rb
Normal file
11
Formula/coda-cli.rb
Normal file
|
@ -0,0 +1,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
|
Loading…
Reference in a new issue