Contains dependencies not found in popular bucket or modified scripts of existing manifests used by Legion Labs.
Visual Studio Build Tools and the Windows SDK don't support local install and they will prompt for elevation anyways. Run
scoop install sudo
prior to installing them and use the global flag as well for consistency.
App | Description | Install Command |
---|---|---|
winsdk | Windows 10 SDK | sudo scoop install legion-labs/winsdk --global |
vs_buildtools | Visual Studio Build Tools | sudo scoop install legion-labs/vs_buildtools --global |
llvm | LLVM Toolchain | scoop install legion-labs/llvm |
Add bucket using:
scoop bucket add legion-labs https://github.com/legion-labs/scoop-bucket
Some packages need manual updates for now, if the frequency of update is too high we're going to automate it.
Both those packages rely on winget manifest definition to get the executables at the right version since the executables are addressed using their hash rather than the version scheme.
For winsdk look in for the folder with the higher version in this location, for vs_buildtools look here
After you identify the proper folder, open the yaml file it contains.
Value in winget manifest | Corresponding in scoop manifest |
---|---|
PackageVersion | version |
Installers[0].InstallerUrl | architecture.64bit.url |
Installers[0].InstallerSha256 | architecture.64bit.hash |
In case there is a major version bump you might need to pay attention to the parameters used un the Custom
field.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.