@excitoon currently maintains this
unofficial package. Feel free to ask questions by
e-mail or
Telegram.
Release process
Scoop packages are very easy to maintain. Once you have the URL of released
Bazel, you need to make appropriate changes in
this file:
update version
update dependencies if needed
update URL
update hash (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.
Test the result:
scoop uninstall bazel
scoop install bazel
bazel version
bazel something_else
The first time, make a fork of
scoopinstaller/scoop-main 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-13 UTC."],[],[]]