homebrew-cask/Casks/rust.rb

13 lines
389 B
Ruby
Raw Normal View History

2014-11-14 01:26:50 +08:00
cask :v1 => 'rust' do
2014-09-26 22:28:02 +08:00
version :latest
sha256 :no_check
2014-10-04 22:01:10 +08:00
url 'http://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.pkg'
2014-09-26 22:28:02 +08:00
homepage 'http://www.rust-lang.org/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-26 22:28:02 +08:00
pkg 'rust-nightly-x86_64-apple-darwin.pkg'
2014-11-22 22:12:45 +08:00
2014-09-26 22:28:02 +08:00
uninstall :pkgutil => 'org.rust-lang.rust'
2014-07-04 08:28:44 +08:00
end