Project: /_project.yaml Book: /_book.yaml
{% include “_buttons.html” %}
Note: The Scoop package is experimental. To provide feedback, go to @excitoon
in issue tracker.
You need:
Scoop packages are very easy to maintain. Once you have the URL of released Bazel, you need to make appropriate changes in this file{: .external}:
sha256
by default)In your filesystem, bazel.json
is located in the directory %UserProfile%/scoop/buckets/main/bucket
by default. This directory belongs to your clone of a Git repository scoopinstaller/scoop-main{: .external}.
Test the result:
scoop uninstall bazel scoop install bazel bazel version bazel something_else
The first time, make a fork of scoopinstaller/scoop-main{: .external} and specify it as your own remote for %UserProfile%/scoop/buckets/main
:
git remote add mine FORK_URL
Push your changes to your fork and create a pull request.