7 'cargo-nightly-x86_64-apple-darwin'
11 url "http://static.rust-lang.org/cargo-dist/#{Utils.distname}.tar.gz"
12 homepage 'http://www.crates.io/'
15 binary "#{Utils.distname}/bin/cargo"
17 artifact "#{Utils.distname}/share/man/man1/cargo.1", :target => '/usr/local/share/man/man1/cargo.1'
18 %w{LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY README.md}.each do |doc_file|
19 artifact "#{Utils.distname}/share/doc/cargo/#{doc_file}", :target => "/usr/local/share/doc/cargo/#{doc_file}"