homebrew-cask-versions/Casks/rust.rb
Shaun Walbridge 5d30dab351 Add Rust license.
Dual licensed under both MIT and Apache 2, as per [COPYRIGHT doc](https://github.com/rust-lang/rust/blob/master/COPYRIGHT) .
2015-02-23 13:36:29 -05:00

12 lines
288 B
Ruby

cask :v1 => 'rust' do
version :latest
sha256 :no_check
url 'http://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.pkg'
homepage 'http://www.rust-lang.org/'
license :mit
pkg 'rust-nightly-x86_64-apple-darwin.pkg'
uninstall :pkgutil => 'org.rust-lang.rust'
end