homebrew-cask-versions/Casks/rust.rb
Amory Meltzer 98eda82101 Update rust license from mit to oss
Dual licensed under both the MIT and Apache licenses https://github.com/rust-lang/rust/blob/master/COPYRIGHT
2015-03-16 15:43:04 -07: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 :oss
pkg 'rust-nightly-x86_64-apple-darwin.pkg'
uninstall :pkgutil => 'org.rust-lang.rust'
end