MINGW-packages icon indicating copy to clipboard operation
MINGW-packages copied to clipboard

Add rustup

Open ArchGuyWu opened this issue 2 years ago • 3 comments

Package name

rustup

Brief description of package

rustup is an installer for the systems programming language Rust

URL for package's homepage

https://rustup.rs/

Provide a basic test case to validate the package's functionality.

No response

MINGW environments where you need the package

  • [X] MINGW64
  • [ ] MINGW32
  • [X] UCRT64
  • [X] CLANG64
  • [ ] CLANG32
  • [X] CLANGARM64

Are you willing to submit a PR?

No response

ArchGuyWu avatar Mar 11 '23 01:03 ArchGuyWu

It would be useful for those who need multiple targets.

ArchGuyWu avatar Mar 11 '23 01:03 ArchGuyWu

Yeah this would be nice, I guess you'd have to compile rustup yourself

Kreijstal avatar Dec 27 '23 13:12 Kreijstal

For now I have a PKGBUILD here, mostly taken from Arch with some modifications to better fit in MSYS2 (notably replacing symlinks to multicall binaries with hardlinks, to maintain the small package size without requiring modifications to a stock Win8+ install).

https://github.com/msys2/MINGW-packages/pull/20989 has been merged, this issue can be closed.