homebrew-core/Formula/coda-cli.rb
Matthew Caruana Galizia d9698f652b coda-cli: use archive URL
Closes Homebrew/homebrew#18783.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-28 06:20:06 -07:00

11 lines
258 B
Ruby

require 'formula'
class CodaCli < Formula
homepage 'http://justinhileman.info/coda-cli/'
url 'https://github.com/bobthecow/coda-cli/archive/v1.0.5.tar.gz'
sha1 '60b1b9c1bfe9602f5140dd3ea4b4e6ae2c51acf3'
def install
bin.install 'coda'
end
end